Shades of Dark Orchid #AB20C0
Tints of Dark Orchid #AB20C0
RGB
CMYK
RGB Variations
Color information
#AB20C0 (or 0xAB20C0) is known color: Dark Orchid. HEX triplet: AB, 20 and C0. RGB value is (171,32,192). Sum of RGB (Red+Green+Blue) = 171+32+192=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB20C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20C0 is #54DF3F. Grayscale: #5B5B5B. Windows color (decimal): -5562176 or 12591275. OLE color: 12591275.
HSL color Cylindrical-coordinate representation of color #AB20C0: hue angle of 292.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB20C0 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 32 | 192 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.25 |
| HSL | 292.13º | 0.71% | 0.44% | - |
| HSV(B) | 292.13º | 0.83% | 0.75% | - |
| XYZ | 26.83 | 13.5 | 51.06 | - |
| YUV | 91.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 192 | 0.11 | 0.83 | 0 | 0.25 | 292.13 | 0.71 | 0.44 |
| Hex | AB | 20 | C0 | B | 53 | 0 | 19 | 124 | 47 | 2C |
| Octal | 253 | 40 | 300 | 13 | 123 | 0 | 31 | 444 | 107 | 54 |
| Binary | 10101011 | 100000 | 11000000 | 1011 | 1010011 | 0 | 11001 | 100100100 | 1000111 | 101100 |
Color Harmonies of #AB20C0
Complementary color
Monochromatic Colors of #AB20C0
Black with #AB20C0
Text Example
Text Example
White with #AB20C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB20C0; }
p { color: rgb(171,32,192); }
H1.HeaderClassName
{
color: #AB20C0;
}
.AnyTagClassName
{
color: #AB20C0;
}
</style>
background-color css
<style>
a { background-color: #AB20C0; }
a { background-color: rgb(171,32,192); }
div.DivClassName
{
background-color: #AB20C0;
}
.BgClassName
{
background-color: #AB20C0;
}
</style>
border-color css
<style>
span { border-color: #AB20C0; }
span { border-color: rgb(171,32,192); }
td.TdClassName
{
border-color: #AB20C0;
}
.TagClassName
{
border-color: #AB20C0;
}
</style>