Shades of Dark Orchid #AB21DC
Tints of Dark Orchid #AB21DC
RGB
CMYK
RGB Variations
Color information
#AB21DC (or 0xAB21DC) is known color: Dark Orchid. HEX triplet: AB, 21 and DC. RGB value is (171,33,220). Sum of RGB (Red+Green+Blue) = 171+33+220=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB21DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21DC is #54DE23. Grayscale: #5E5E5E. Windows color (decimal): -5561892 or 14426539. OLE color: 14426539.
HSL color Cylindrical-coordinate representation of color #AB21DC: hue angle of 284.28º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB21DC is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 33 | 220 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.14 |
| HSL | 284.28º | 0.74% | 0.5% | - |
| HSV(B) | 284.28º | 0.85% | 0.86% | - |
| XYZ | 30.26 | 14.91 | 68.99 | - |
| YUV | 95.58 | 198.22 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 220 | 0.22 | 0.85 | 0 | 0.14 | 284.28 | 0.74 | 0.5 |
| Hex | AB | 21 | DC | 16 | 55 | 0 | E | 11C | 4A | 32 |
| Octal | 253 | 41 | 334 | 26 | 125 | 0 | 16 | 434 | 112 | 62 |
| Binary | 10101011 | 100001 | 11011100 | 10110 | 1010101 | 0 | 1110 | 100011100 | 1001010 | 110010 |
Color Harmonies of #AB21DC
Complementary color
Monochromatic Colors of #AB21DC
Black with #AB21DC
Text Example
Text Example
White with #AB21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB21DC; }
p { color: rgb(171,33,220); }
H1.HeaderClassName
{
color: #AB21DC;
}
.AnyTagClassName
{
color: #AB21DC;
}
</style>
background-color css
<style>
a { background-color: #AB21DC; }
a { background-color: rgb(171,33,220); }
div.DivClassName
{
background-color: #AB21DC;
}
.BgClassName
{
background-color: #AB21DC;
}
</style>
border-color css
<style>
span { border-color: #AB21DC; }
span { border-color: rgb(171,33,220); }
td.TdClassName
{
border-color: #AB21DC;
}
.TagClassName
{
border-color: #AB21DC;
}
</style>