Shades of Dark Orchid #AA3EE0
Tints of Dark Orchid #AA3EE0
RGB
CMYK
RGB Variations
Color information
#AA3EE0 (or 0xAA3EE0) is known color: Dark Orchid. HEX triplet: AA, 3E and E0. RGB value is (170,62,224). Sum of RGB (Red+Green+Blue) = 170+62+224=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA3EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3EE0 is #55C11F. Grayscale: #707070. Windows color (decimal): -5620000 or 14696106. OLE color: 14696106.
HSL color Cylindrical-coordinate representation of color #AA3EE0: hue angle of 280º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3EE0 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 62 | 224 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.12 |
| HSL | 280º | 0.72% | 0.56% | - |
| HSV(B) | 280º | 0.72% | 0.88% | - |
| XYZ | 31.75 | 17.37 | 72.2 | - |
| YUV | 112.76 | 190.78 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 224 | 0.24 | 0.72 | 0 | 0.12 | 280 | 0.72 | 0.56 |
| Hex | AA | 3E | E0 | 18 | 48 | 0 | C | 118 | 48 | 38 |
| Octal | 252 | 76 | 340 | 30 | 110 | 0 | 14 | 430 | 110 | 70 |
| Binary | 10101010 | 111110 | 11100000 | 11000 | 1001000 | 0 | 1100 | 100011000 | 1001000 | 111000 |
Color Harmonies of #AA3EE0
Complementary color
Monochromatic Colors of #AA3EE0
Black with #AA3EE0
Text Example
Text Example
White with #AA3EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3EE0; }
p { color: rgb(170,62,224); }
H1.HeaderClassName
{
color: #AA3EE0;
}
.AnyTagClassName
{
color: #AA3EE0;
}
</style>
background-color css
<style>
a { background-color: #AA3EE0; }
a { background-color: rgb(170,62,224); }
div.DivClassName
{
background-color: #AA3EE0;
}
.BgClassName
{
background-color: #AA3EE0;
}
</style>
border-color css
<style>
span { border-color: #AA3EE0; }
span { border-color: rgb(170,62,224); }
td.TdClassName
{
border-color: #AA3EE0;
}
.TagClassName
{
border-color: #AA3EE0;
}
</style>