Shades of Dark Orchid #AA24E2
Tints of Dark Orchid #AA24E2
RGB
CMYK
RGB Variations
Color information
#AA24E2 (or 0xAA24E2) is known color: Dark Orchid. HEX triplet: AA, 24 and E2. RGB value is (170,36,226). Sum of RGB (Red+Green+Blue) = 170+36+226=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 226 (88.67% from 255 or 52.31% from 432); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA24E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24E2 is #55DB1D. Grayscale: #616161. Windows color (decimal): -5626654 or 14820522. OLE color: 14820522.
HSL color Cylindrical-coordinate representation of color #AA24E2: hue angle of 282.32º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA24E2 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 36 | 226 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.11 |
| HSL | 282.32º | 0.77% | 0.51% | - |
| HSV(B) | 282.32º | 0.84% | 0.89% | - |
| XYZ | 30.94 | 15.3 | 73.27 | - |
| YUV | 97.73 | 200.39 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 226 | 0.25 | 0.84 | 0 | 0.11 | 282.32 | 0.77 | 0.51 |
| Hex | AA | 24 | E2 | 19 | 54 | 0 | B | 11A | 4D | 33 |
| Octal | 252 | 44 | 342 | 31 | 124 | 0 | 13 | 432 | 115 | 63 |
| Binary | 10101010 | 100100 | 11100010 | 11001 | 1010100 | 0 | 1011 | 100011010 | 1001101 | 110011 |
Color Harmonies of #AA24E2
Complementary color
Monochromatic Colors of #AA24E2
Black with #AA24E2
Text Example
Text Example
White with #AA24E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24E2; }
p { color: rgb(170,36,226); }
H1.HeaderClassName
{
color: #AA24E2;
}
.AnyTagClassName
{
color: #AA24E2;
}
</style>
background-color css
<style>
a { background-color: #AA24E2; }
a { background-color: rgb(170,36,226); }
div.DivClassName
{
background-color: #AA24E2;
}
.BgClassName
{
background-color: #AA24E2;
}
</style>
border-color css
<style>
span { border-color: #AA24E2; }
span { border-color: rgb(170,36,226); }
td.TdClassName
{
border-color: #AA24E2;
}
.TagClassName
{
border-color: #AA24E2;
}
</style>