Shades of Dark Orchid #AA2FE9
Tints of Dark Orchid #AA2FE9
RGB
CMYK
RGB Variations
Color information
#AA2FE9 (or 0xAA2FE9) is known color: Dark Orchid. HEX triplet: AA, 2F and E9. RGB value is (170,47,233). Sum of RGB (Red+Green+Blue) = 170+47+233=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA2FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2FE9 is #55D016. Grayscale: #686868. Windows color (decimal): -5623831 or 15282090. OLE color: 15282090.
HSL color Cylindrical-coordinate representation of color #AA2FE9: hue angle of 279.68º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2FE9 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 47 | 233 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.09 |
| HSL | 279.68º | 0.81% | 0.55% | - |
| HSV(B) | 279.68º | 0.8% | 0.91% | - |
| XYZ | 32.3 | 16.46 | 78.57 | - |
| YUV | 104.98 | 200.25 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 233 | 0.27 | 0.80 | 0 | 0.09 | 279.68 | 0.81 | 0.55 |
| Hex | AA | 2F | E9 | 1B | 50 | 0 | 9 | 118 | 51 | 37 |
| Octal | 252 | 57 | 351 | 33 | 120 | 0 | 11 | 430 | 121 | 67 |
| Binary | 10101010 | 101111 | 11101001 | 11011 | 1010000 | 0 | 1001 | 100011000 | 1010001 | 110111 |
Color Harmonies of #AA2FE9
Complementary color
Monochromatic Colors of #AA2FE9
Black with #AA2FE9
Text Example
Text Example
White with #AA2FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FE9; }
p { color: rgb(170,47,233); }
H1.HeaderClassName
{
color: #AA2FE9;
}
.AnyTagClassName
{
color: #AA2FE9;
}
</style>
background-color css
<style>
a { background-color: #AA2FE9; }
a { background-color: rgb(170,47,233); }
div.DivClassName
{
background-color: #AA2FE9;
}
.BgClassName
{
background-color: #AA2FE9;
}
</style>
border-color css
<style>
span { border-color: #AA2FE9; }
span { border-color: rgb(170,47,233); }
td.TdClassName
{
border-color: #AA2FE9;
}
.TagClassName
{
border-color: #AA2FE9;
}
</style>