Shades of Dark Orchid #AA2CEA
Tints of Dark Orchid #AA2CEA
RGB
CMYK
RGB Variations
Color information
#AA2CEA (or 0xAA2CEA) is known color: Dark Orchid. HEX triplet: AA, 2C and EA. RGB value is (170,44,234). Sum of RGB (Red+Green+Blue) = 170+44+234=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA2CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2CEA is #55D315. Grayscale: #666666. Windows color (decimal): -5624598 or 15346858. OLE color: 15346858.
HSL color Cylindrical-coordinate representation of color #AA2CEA: hue angle of 279.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2CEA is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 44 | 234 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.08 |
| HSL | 279.79º | 0.82% | 0.55% | - |
| HSV(B) | 279.79º | 0.81% | 0.92% | - |
| XYZ | 32.33 | 16.29 | 79.28 | - |
| YUV | 103.33 | 201.74 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 234 | 0.27 | 0.81 | 0 | 0.08 | 279.79 | 0.82 | 0.55 |
| Hex | AA | 2C | EA | 1B | 51 | 0 | 8 | 118 | 52 | 37 |
| Octal | 252 | 54 | 352 | 33 | 121 | 0 | 10 | 430 | 122 | 67 |
| Binary | 10101010 | 101100 | 11101010 | 11011 | 1010001 | 0 | 1000 | 100011000 | 1010010 | 110111 |
Color Harmonies of #AA2CEA
Complementary color
Monochromatic Colors of #AA2CEA
Black with #AA2CEA
Text Example
Text Example
White with #AA2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CEA; }
p { color: rgb(170,44,234); }
H1.HeaderClassName
{
color: #AA2CEA;
}
.AnyTagClassName
{
color: #AA2CEA;
}
</style>
background-color css
<style>
a { background-color: #AA2CEA; }
a { background-color: rgb(170,44,234); }
div.DivClassName
{
background-color: #AA2CEA;
}
.BgClassName
{
background-color: #AA2CEA;
}
</style>
border-color css
<style>
span { border-color: #AA2CEA; }
span { border-color: rgb(170,44,234); }
td.TdClassName
{
border-color: #AA2CEA;
}
.TagClassName
{
border-color: #AA2CEA;
}
</style>