Shades of Dark Orchid #AA24DB
Tints of Dark Orchid #AA24DB
RGB
CMYK
RGB Variations
Color information
#AA24DB (or 0xAA24DB) is known color: Dark Orchid. HEX triplet: AA, 24 and DB. RGB value is (170,36,219). Sum of RGB (Red+Green+Blue) = 170+36+219=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA24DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24DB is #55DB24. Grayscale: #606060. Windows color (decimal): -5626661 or 14361770. OLE color: 14361770.
HSL color Cylindrical-coordinate representation of color #AA24DB: hue angle of 283.93º 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 #AA24DB is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 36 | 219 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.14 |
| HSL | 283.93º | 0.72% | 0.5% | - |
| HSV(B) | 283.93º | 0.84% | 0.86% | - |
| XYZ | 29.99 | 14.92 | 68.32 | - |
| YUV | 96.93 | 196.89 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 219 | 0.22 | 0.84 | 0 | 0.14 | 283.93 | 0.72 | 0.5 |
| Hex | AA | 24 | DB | 16 | 54 | 0 | E | 11C | 48 | 32 |
| Octal | 252 | 44 | 333 | 26 | 124 | 0 | 16 | 434 | 110 | 62 |
| Binary | 10101010 | 100100 | 11011011 | 10110 | 1010100 | 0 | 1110 | 100011100 | 1001000 | 110010 |
Color Harmonies of #AA24DB
Complementary color
Monochromatic Colors of #AA24DB
Black with #AA24DB
Text Example
Text Example
White with #AA24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24DB; }
p { color: rgb(170,36,219); }
H1.HeaderClassName
{
color: #AA24DB;
}
.AnyTagClassName
{
color: #AA24DB;
}
</style>
background-color css
<style>
a { background-color: #AA24DB; }
a { background-color: rgb(170,36,219); }
div.DivClassName
{
background-color: #AA24DB;
}
.BgClassName
{
background-color: #AA24DB;
}
</style>
border-color css
<style>
span { border-color: #AA24DB; }
span { border-color: rgb(170,36,219); }
td.TdClassName
{
border-color: #AA24DB;
}
.TagClassName
{
border-color: #AA24DB;
}
</style>