Shades of Dark Orchid #AB20A8
Tints of Dark Orchid #AB20A8
RGB
CMYK
RGB Variations
Color information
#AB20A8 (or 0xAB20A8) is known color: Dark Orchid. HEX triplet: AB, 20 and A8. RGB value is (171,32,168). Sum of RGB (Red+Green+Blue) = 171+32+168=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB20A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB20A8 is #54DF57. Grayscale: #585858. Windows color (decimal): -5562200 or 11018411. OLE color: 11018411.
HSL color Cylindrical-coordinate representation of color #AB20A8: hue angle of 301.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB20A8 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 168 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.33 |
| HSL | 301.3º | 0.68% | 0.4% | - |
| HSV(B) | 301.3º | 0.81% | 0.67% | - |
| XYZ | 24.38 | 12.52 | 38.18 | - |
| YUV | 89.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 168 | 0 | 0.81 | 0.02 | 0.33 | 301.3 | 0.68 | 0.4 |
| Hex | AB | 20 | A8 | 0 | 51 | 2 | 21 | 12D | 44 | 28 |
| Octal | 253 | 40 | 250 | 0 | 121 | 2 | 41 | 455 | 104 | 50 |
| Binary | 10101011 | 100000 | 10101000 | 0 | 1010001 | 10 | 100001 | 100101101 | 1000100 | 101000 |
Color Harmonies of #AB20A8
Complementary color
Monochromatic Colors of #AB20A8
Black with #AB20A8
Text Example
Text Example
White with #AB20A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB20A8; }
p { color: rgb(171,32,168); }
H1.HeaderClassName
{
color: #AB20A8;
}
.AnyTagClassName
{
color: #AB20A8;
}
</style>
background-color css
<style>
a { background-color: #AB20A8; }
a { background-color: rgb(171,32,168); }
div.DivClassName
{
background-color: #AB20A8;
}
.BgClassName
{
background-color: #AB20A8;
}
</style>
border-color css
<style>
span { border-color: #AB20A8; }
span { border-color: rgb(171,32,168); }
td.TdClassName
{
border-color: #AB20A8;
}
.TagClassName
{
border-color: #AB20A8;
}
</style>