Shades of Dark Orchid #AB24DB
Tints of Dark Orchid #AB24DB
RGB
CMYK
RGB Variations
Color information
#AB24DB (or 0xAB24DB) is known color: Dark Orchid. HEX triplet: AB, 24 and DB. RGB value is (171,36,219). Sum of RGB (Red+Green+Blue) = 171+36+219=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB24DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB24DB is #54DB24. Grayscale: #606060. Windows color (decimal): -5561125 or 14361771. OLE color: 14361771.
HSL color Cylindrical-coordinate representation of color #AB24DB: hue angle of 284.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB24DB is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 36 | 219 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.14 |
| HSL | 284.26º | 0.72% | 0.5% | - |
| HSV(B) | 284.26º | 0.84% | 0.86% | - |
| XYZ | 30.21 | 15.03 | 68.33 | - |
| YUV | 97.23 | 196.73 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 219 | 0.22 | 0.84 | 0 | 0.14 | 284.26 | 0.72 | 0.5 |
| Hex | AB | 24 | DB | 16 | 54 | 0 | E | 11C | 48 | 32 |
| Octal | 253 | 44 | 333 | 26 | 124 | 0 | 16 | 434 | 110 | 62 |
| Binary | 10101011 | 100100 | 11011011 | 10110 | 1010100 | 0 | 1110 | 100011100 | 1001000 | 110010 |
Color Harmonies of #AB24DB
Complementary color
Monochromatic Colors of #AB24DB
Black with #AB24DB
Text Example
Text Example
White with #AB24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB24DB; }
p { color: rgb(171,36,219); }
H1.HeaderClassName
{
color: #AB24DB;
}
.AnyTagClassName
{
color: #AB24DB;
}
</style>
background-color css
<style>
a { background-color: #AB24DB; }
a { background-color: rgb(171,36,219); }
div.DivClassName
{
background-color: #AB24DB;
}
.BgClassName
{
background-color: #AB24DB;
}
</style>
border-color css
<style>
span { border-color: #AB24DB; }
span { border-color: rgb(171,36,219); }
td.TdClassName
{
border-color: #AB24DB;
}
.TagClassName
{
border-color: #AB24DB;
}
</style>