Shades of Dark Orchid #AB20DC
Tints of Dark Orchid #AB20DC
RGB
CMYK
RGB Variations
Color information
#AB20DC (or 0xAB20DC) is known color: Dark Orchid. HEX triplet: AB, 20 and DC. RGB value is (171,32,220). Sum of RGB (Red+Green+Blue) = 171+32+220=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB20DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20DC is #54DF23. Grayscale: #5E5E5E. Windows color (decimal): -5562148 or 14426283. OLE color: 14426283.
HSL color Cylindrical-coordinate representation of color #AB20DC: hue angle of 284.36º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB20DC is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 32 | 220 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.14 |
| HSL | 284.36º | 0.75% | 0.49% | - |
| HSV(B) | 284.36º | 0.85% | 0.86% | - |
| XYZ | 30.23 | 14.86 | 68.98 | - |
| YUV | 94.99 | 198.55 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 220 | 0.22 | 0.85 | 0 | 0.14 | 284.36 | 0.75 | 0.49 |
| Hex | AB | 20 | DC | 16 | 55 | 0 | E | 11C | 4B | 31 |
| Octal | 253 | 40 | 334 | 26 | 125 | 0 | 16 | 434 | 113 | 61 |
| Binary | 10101011 | 100000 | 11011100 | 10110 | 1010101 | 0 | 1110 | 100011100 | 1001011 | 110001 |
Color Harmonies of #AB20DC
Complementary color
Monochromatic Colors of #AB20DC
Black with #AB20DC
Text Example
Text Example
White with #AB20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB20DC; }
p { color: rgb(171,32,220); }
H1.HeaderClassName
{
color: #AB20DC;
}
.AnyTagClassName
{
color: #AB20DC;
}
</style>
background-color css
<style>
a { background-color: #AB20DC; }
a { background-color: rgb(171,32,220); }
div.DivClassName
{
background-color: #AB20DC;
}
.BgClassName
{
background-color: #AB20DC;
}
</style>
border-color css
<style>
span { border-color: #AB20DC; }
span { border-color: rgb(171,32,220); }
td.TdClassName
{
border-color: #AB20DC;
}
.TagClassName
{
border-color: #AB20DC;
}
</style>