Shades of Dark Orchid #AA2CE9
Tints of Dark Orchid #AA2CE9
RGB
CMYK
RGB Variations
Color information
#AA2CE9 (or 0xAA2CE9) is known color: Dark Orchid. HEX triplet: AA, 2C and E9. RGB value is (170,44,233). Sum of RGB (Red+Green+Blue) = 170+44+233=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA2CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2CE9 is #55D316. Grayscale: #666666. Windows color (decimal): -5624599 or 15281322. OLE color: 15281322.
HSL color Cylindrical-coordinate representation of color #AA2CE9: hue angle of 280º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2CE9 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 44 | 233 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.09 |
| HSL | 280º | 0.81% | 0.54% | - |
| HSV(B) | 280º | 0.81% | 0.91% | - |
| XYZ | 32.19 | 16.23 | 78.53 | - |
| YUV | 103.22 | 201.24 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 233 | 0.27 | 0.81 | 0 | 0.09 | 280 | 0.81 | 0.54 |
| Hex | AA | 2C | E9 | 1B | 51 | 0 | 9 | 118 | 51 | 36 |
| Octal | 252 | 54 | 351 | 33 | 121 | 0 | 11 | 430 | 121 | 66 |
| Binary | 10101010 | 101100 | 11101001 | 11011 | 1010001 | 0 | 1001 | 100011000 | 1010001 | 110110 |
Color Harmonies of #AA2CE9
Complementary color
Monochromatic Colors of #AA2CE9
Black with #AA2CE9
Text Example
Text Example
White with #AA2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CE9; }
p { color: rgb(170,44,233); }
H1.HeaderClassName
{
color: #AA2CE9;
}
.AnyTagClassName
{
color: #AA2CE9;
}
</style>
background-color css
<style>
a { background-color: #AA2CE9; }
a { background-color: rgb(170,44,233); }
div.DivClassName
{
background-color: #AA2CE9;
}
.BgClassName
{
background-color: #AA2CE9;
}
</style>
border-color css
<style>
span { border-color: #AA2CE9; }
span { border-color: rgb(170,44,233); }
td.TdClassName
{
border-color: #AA2CE9;
}
.TagClassName
{
border-color: #AA2CE9;
}
</style>