Shades of Dark Orchid #AA24CE
Tints of Dark Orchid #AA24CE
RGB
CMYK
RGB Variations
Color information
#AA24CE (or 0xAA24CE) is known color: Dark Orchid. HEX triplet: AA, 24 and CE. RGB value is (170,36,206). Sum of RGB (Red+Green+Blue) = 170+36+206=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA24CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24CE is #55DB31. Grayscale: #5E5E5E. Windows color (decimal): -5626674 or 13509802. OLE color: 13509802.
HSL color Cylindrical-coordinate representation of color #AA24CE: hue angle of 287.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA24CE is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 36 | 206 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.19 |
| HSL | 287.29º | 0.7% | 0.47% | - |
| HSV(B) | 287.29º | 0.83% | 0.81% | - |
| XYZ | 28.35 | 14.26 | 59.65 | - |
| YUV | 95.45 | 190.39 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 206 | 0.17 | 0.83 | 0 | 0.19 | 287.29 | 0.7 | 0.47 |
| Hex | AA | 24 | CE | 11 | 53 | 0 | 13 | 11F | 46 | 2F |
| Octal | 252 | 44 | 316 | 21 | 123 | 0 | 23 | 437 | 106 | 57 |
| Binary | 10101010 | 100100 | 11001110 | 10001 | 1010011 | 0 | 10011 | 100011111 | 1000110 | 101111 |
Color Harmonies of #AA24CE
Complementary color
Monochromatic Colors of #AA24CE
Black with #AA24CE
Text Example
Text Example
White with #AA24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24CE; }
p { color: rgb(170,36,206); }
H1.HeaderClassName
{
color: #AA24CE;
}
.AnyTagClassName
{
color: #AA24CE;
}
</style>
background-color css
<style>
a { background-color: #AA24CE; }
a { background-color: rgb(170,36,206); }
div.DivClassName
{
background-color: #AA24CE;
}
.BgClassName
{
background-color: #AA24CE;
}
</style>
border-color css
<style>
span { border-color: #AA24CE; }
span { border-color: rgb(170,36,206); }
td.TdClassName
{
border-color: #AA24CE;
}
.TagClassName
{
border-color: #AA24CE;
}
</style>