Shades of Dark Orchid #AB29DC
Tints of Dark Orchid #AB29DC
RGB
CMYK
RGB Variations
Color information
#AB29DC (or 0xAB29DC) is known color: Dark Orchid. HEX triplet: AB, 29 and DC. RGB value is (171,41,220). Sum of RGB (Red+Green+Blue) = 171+41+220=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB29DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29DC is #54D623. Grayscale: #636363. Windows color (decimal): -5559844 or 14428587. OLE color: 14428587.
HSL color Cylindrical-coordinate representation of color #AB29DC: hue angle of 283.58º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB29DC is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 41 | 220 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.14 |
| HSL | 283.58º | 0.72% | 0.51% | - |
| HSV(B) | 283.58º | 0.81% | 0.86% | - |
| XYZ | 30.51 | 15.41 | 69.08 | - |
| YUV | 100.28 | 195.57 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 220 | 0.22 | 0.81 | 0 | 0.14 | 283.58 | 0.72 | 0.51 |
| Hex | AB | 29 | DC | 16 | 51 | 0 | E | 11C | 48 | 33 |
| Octal | 253 | 51 | 334 | 26 | 121 | 0 | 16 | 434 | 110 | 63 |
| Binary | 10101011 | 101001 | 11011100 | 10110 | 1010001 | 0 | 1110 | 100011100 | 1001000 | 110011 |
Color Harmonies of #AB29DC
Complementary color
Monochromatic Colors of #AB29DC
Black with #AB29DC
Text Example
Text Example
White with #AB29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB29DC; }
p { color: rgb(171,41,220); }
H1.HeaderClassName
{
color: #AB29DC;
}
.AnyTagClassName
{
color: #AB29DC;
}
</style>
background-color css
<style>
a { background-color: #AB29DC; }
a { background-color: rgb(171,41,220); }
div.DivClassName
{
background-color: #AB29DC;
}
.BgClassName
{
background-color: #AB29DC;
}
</style>
border-color css
<style>
span { border-color: #AB29DC; }
span { border-color: rgb(171,41,220); }
td.TdClassName
{
border-color: #AB29DC;
}
.TagClassName
{
border-color: #AB29DC;
}
</style>