Hex Color #A167CE - Custom Color

Color Codes

HEX
#A167CE
RGB
rgb(161, 103, 206)
HSL
hsl(274, 51%, 61%)
CMYK
cmyk(22%, 50%, 0%, 19%)
HSV
hsv(274, 50%, 81%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.93:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 5.35:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #A167CE;
color: #A167CE;
border-color: #A167CE;
}

Tailwind CSS (with arbitrary values)

bg-[#A167CE]
text-[#A167CE]
border-[#A167CE]
// Example usage:
<div className="bg-[#A167CE]">