Shades of Dark Orchid #AA3EE8
Tints of Dark Orchid #AA3EE8
RGB
CMYK
RGB Variations
Color information
#AA3EE8 (or 0xAA3EE8) is known color: Dark Orchid. HEX triplet: AA, 3E and E8. RGB value is (170,62,232). Sum of RGB (Red+Green+Blue) = 170+62+232=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA3EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3EE8 is #55C117. Grayscale: #717171. Windows color (decimal): -5619992 or 15220394. OLE color: 15220394.
HSL color Cylindrical-coordinate representation of color #AA3EE8: hue angle of 278.12º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3EE8 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 62 | 232 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.09 |
| HSL | 278.12º | 0.79% | 0.58% | - |
| HSV(B) | 278.12º | 0.73% | 0.91% | - |
| XYZ | 32.87 | 17.82 | 78.05 | - |
| YUV | 113.67 | 194.78 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 232 | 0.27 | 0.73 | 0 | 0.09 | 278.12 | 0.79 | 0.58 |
| Hex | AA | 3E | E8 | 1B | 49 | 0 | 9 | 116 | 4F | 3A |
| Octal | 252 | 76 | 350 | 33 | 111 | 0 | 11 | 426 | 117 | 72 |
| Binary | 10101010 | 111110 | 11101000 | 11011 | 1001001 | 0 | 1001 | 100010110 | 1001111 | 111010 |
Color Harmonies of #AA3EE8
Complementary color
Monochromatic Colors of #AA3EE8
Black with #AA3EE8
Text Example
Text Example
White with #AA3EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3EE8; }
p { color: rgb(170,62,232); }
H1.HeaderClassName
{
color: #AA3EE8;
}
.AnyTagClassName
{
color: #AA3EE8;
}
</style>
background-color css
<style>
a { background-color: #AA3EE8; }
a { background-color: rgb(170,62,232); }
div.DivClassName
{
background-color: #AA3EE8;
}
.BgClassName
{
background-color: #AA3EE8;
}
</style>
border-color css
<style>
span { border-color: #AA3EE8; }
span { border-color: rgb(170,62,232); }
td.TdClassName
{
border-color: #AA3EE8;
}
.TagClassName
{
border-color: #AA3EE8;
}
</style>