Shades of Dark Orchid #AA2EE5
Tints of Dark Orchid #AA2EE5
RGB
CMYK
RGB Variations
Color information
#AA2EE5 (or 0xAA2EE5) is known color: Dark Orchid. HEX triplet: AA, 2E and E5. RGB value is (170,46,229). Sum of RGB (Red+Green+Blue) = 170+46+229=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA2EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EE5 is #55D11A. Grayscale: #676767. Windows color (decimal): -5624091 or 15019690. OLE color: 15019690.
HSL color Cylindrical-coordinate representation of color #AA2EE5: hue angle of 280.66º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2EE5 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 46 | 229 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.10 |
| HSL | 280.66º | 0.78% | 0.54% | - |
| HSV(B) | 280.66º | 0.8% | 0.9% | - |
| XYZ | 31.7 | 16.16 | 75.58 | - |
| YUV | 103.94 | 198.58 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 229 | 0.26 | 0.80 | 0 | 0.10 | 280.66 | 0.78 | 0.54 |
| Hex | AA | 2E | E5 | 1A | 50 | 0 | A | 119 | 4E | 36 |
| Octal | 252 | 56 | 345 | 32 | 120 | 0 | 12 | 431 | 116 | 66 |
| Binary | 10101010 | 101110 | 11100101 | 11010 | 1010000 | 0 | 1010 | 100011001 | 1001110 | 110110 |
Color Harmonies of #AA2EE5
Complementary color
Monochromatic Colors of #AA2EE5
Black with #AA2EE5
Text Example
Text Example
White with #AA2EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EE5; }
p { color: rgb(170,46,229); }
H1.HeaderClassName
{
color: #AA2EE5;
}
.AnyTagClassName
{
color: #AA2EE5;
}
</style>
background-color css
<style>
a { background-color: #AA2EE5; }
a { background-color: rgb(170,46,229); }
div.DivClassName
{
background-color: #AA2EE5;
}
.BgClassName
{
background-color: #AA2EE5;
}
</style>
border-color css
<style>
span { border-color: #AA2EE5; }
span { border-color: rgb(170,46,229); }
td.TdClassName
{
border-color: #AA2EE5;
}
.TagClassName
{
border-color: #AA2EE5;
}
</style>