Shades of Dark Orchid #AA21CE
Tints of Dark Orchid #AA21CE
RGB
CMYK
RGB Variations
Color information
#AA21CE (or 0xAA21CE) is known color: Dark Orchid. HEX triplet: AA, 21 and CE. RGB value is (170,33,206). Sum of RGB (Red+Green+Blue) = 170+33+206=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21CE is #55DE31. Grayscale: #5D5D5D. Windows color (decimal): -5627442 or 13509034. OLE color: 13509034.
HSL color Cylindrical-coordinate representation of color #AA21CE: hue angle of 287.51º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA21CE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 33 | 206 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.19 |
| HSL | 287.51º | 0.72% | 0.47% | - |
| HSV(B) | 287.51º | 0.84% | 0.81% | - |
| XYZ | 28.26 | 14.09 | 59.62 | - |
| YUV | 93.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 206 | 0.17 | 0.84 | 0 | 0.19 | 287.51 | 0.72 | 0.47 |
| Hex | AA | 21 | CE | 11 | 54 | 0 | 13 | 120 | 48 | 2F |
| Octal | 252 | 41 | 316 | 21 | 124 | 0 | 23 | 440 | 110 | 57 |
| Binary | 10101010 | 100001 | 11001110 | 10001 | 1010100 | 0 | 10011 | 100100000 | 1001000 | 101111 |
Color Harmonies of #AA21CE
Complementary color
Monochromatic Colors of #AA21CE
Black with #AA21CE
Text Example
Text Example
White with #AA21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA21CE; }
p { color: rgb(170,33,206); }
H1.HeaderClassName
{
color: #AA21CE;
}
.AnyTagClassName
{
color: #AA21CE;
}
</style>
background-color css
<style>
a { background-color: #AA21CE; }
a { background-color: rgb(170,33,206); }
div.DivClassName
{
background-color: #AA21CE;
}
.BgClassName
{
background-color: #AA21CE;
}
</style>
border-color css
<style>
span { border-color: #AA21CE; }
span { border-color: rgb(170,33,206); }
td.TdClassName
{
border-color: #AA21CE;
}
.TagClassName
{
border-color: #AA21CE;
}
</style>