Shades of Dark Orchid #AA40EE
Tints of Dark Orchid #AA40EE
RGB
CMYK
RGB Variations
Color information
#AA40EE (or 0xAA40EE) is known color: Dark Orchid. HEX triplet: AA, 40 and EE. RGB value is (170,64,238). Sum of RGB (Red+Green+Blue) = 170+64+238=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA40EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40EE is #55BF11. Grayscale: #727272. Windows color (decimal): -5619474 or 15614122. OLE color: 15614122.
HSL color Cylindrical-coordinate representation of color #AA40EE: hue angle of 276.55º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA40EE is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 64 | 238 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.07 |
| HSL | 276.55º | 0.84% | 0.59% | - |
| HSV(B) | 276.55º | 0.73% | 0.93% | - |
| XYZ | 33.84 | 18.39 | 82.65 | - |
| YUV | 115.53 | 197.12 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 238 | 0.29 | 0.73 | 0 | 0.07 | 276.55 | 0.84 | 0.59 |
| Hex | AA | 40 | EE | 1D | 49 | 0 | 7 | 115 | 54 | 3B |
| Octal | 252 | 100 | 356 | 35 | 111 | 0 | 7 | 425 | 124 | 73 |
| Binary | 10101010 | 1000000 | 11101110 | 11101 | 1001001 | 0 | 111 | 100010101 | 1010100 | 111011 |
Color Harmonies of #AA40EE
Complementary color
Monochromatic Colors of #AA40EE
Black with #AA40EE
Text Example
Text Example
White with #AA40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40EE; }
p { color: rgb(170,64,238); }
H1.HeaderClassName
{
color: #AA40EE;
}
.AnyTagClassName
{
color: #AA40EE;
}
</style>
background-color css
<style>
a { background-color: #AA40EE; }
a { background-color: rgb(170,64,238); }
div.DivClassName
{
background-color: #AA40EE;
}
.BgClassName
{
background-color: #AA40EE;
}
</style>
border-color css
<style>
span { border-color: #AA40EE; }
span { border-color: rgb(170,64,238); }
td.TdClassName
{
border-color: #AA40EE;
}
.TagClassName
{
border-color: #AA40EE;
}
</style>