Shades of Dark Orchid #AB31CA
Tints of Dark Orchid #AB31CA
RGB
CMYK
RGB Variations
Color information
#AB31CA (or 0xAB31CA) is known color: Dark Orchid. HEX triplet: AB, 31 and CA. RGB value is (171,49,202). Sum of RGB (Red+Green+Blue) = 171+49+202=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB31CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31CA is #54CE35. Grayscale: #666666. Windows color (decimal): -5557814 or 13250987. OLE color: 13250987.
HSL color Cylindrical-coordinate representation of color #AB31CA: hue angle of 287.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB31CA is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 49 | 202 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.21 |
| HSL | 287.84º | 0.61% | 0.49% | - |
| HSV(B) | 287.84º | 0.76% | 0.79% | - |
| XYZ | 28.55 | 15.12 | 57.29 | - |
| YUV | 102.92 | 183.92 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 49 | 202 | 0.15 | 0.76 | 0 | 0.21 | 287.84 | 0.61 | 0.49 |
| Hex | AB | 31 | CA | F | 4C | 0 | 15 | 120 | 3D | 31 |
| Octal | 253 | 61 | 312 | 17 | 114 | 0 | 25 | 440 | 75 | 61 |
| Binary | 10101011 | 110001 | 11001010 | 1111 | 1001100 | 0 | 10101 | 100100000 | 111101 | 110001 |
Color Harmonies of #AB31CA
Complementary color
Monochromatic Colors of #AB31CA
Black with #AB31CA
Text Example
Text Example
White with #AB31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB31CA; }
p { color: rgb(171,49,202); }
H1.HeaderClassName
{
color: #AB31CA;
}
.AnyTagClassName
{
color: #AB31CA;
}
</style>
background-color css
<style>
a { background-color: #AB31CA; }
a { background-color: rgb(171,49,202); }
div.DivClassName
{
background-color: #AB31CA;
}
.BgClassName
{
background-color: #AB31CA;
}
</style>
border-color css
<style>
span { border-color: #AB31CA; }
span { border-color: rgb(171,49,202); }
td.TdClassName
{
border-color: #AB31CA;
}
.TagClassName
{
border-color: #AB31CA;
}
</style>