Shades of Dark Orchid #AA39E1
Tints of Dark Orchid #AA39E1
RGB
CMYK
RGB Variations
Color information
#AA39E1 (or 0xAA39E1) is known color: Dark Orchid. HEX triplet: AA, 39 and E1. RGB value is (170,57,225). Sum of RGB (Red+Green+Blue) = 170+57+225=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA39E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA39E1 is #55C61E. Grayscale: #6D6D6D. Windows color (decimal): -5621279 or 14760362. OLE color: 14760362.
HSL color Cylindrical-coordinate representation of color #AA39E1: hue angle of 280.36º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA39E1 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 57 | 225 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.12 |
| HSL | 280.36º | 0.74% | 0.55% | - |
| HSV(B) | 280.36º | 0.75% | 0.88% | - |
| XYZ | 31.63 | 16.91 | 72.83 | - |
| YUV | 109.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 225 | 0.24 | 0.75 | 0 | 0.12 | 280.36 | 0.74 | 0.55 |
| Hex | AA | 39 | E1 | 18 | 4B | 0 | C | 118 | 4A | 37 |
| Octal | 252 | 71 | 341 | 30 | 113 | 0 | 14 | 430 | 112 | 67 |
| Binary | 10101010 | 111001 | 11100001 | 11000 | 1001011 | 0 | 1100 | 100011000 | 1001010 | 110111 |
Color Harmonies of #AA39E1
Complementary color
Monochromatic Colors of #AA39E1
Black with #AA39E1
Text Example
Text Example
White with #AA39E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39E1; }
p { color: rgb(170,57,225); }
H1.HeaderClassName
{
color: #AA39E1;
}
.AnyTagClassName
{
color: #AA39E1;
}
</style>
background-color css
<style>
a { background-color: #AA39E1; }
a { background-color: rgb(170,57,225); }
div.DivClassName
{
background-color: #AA39E1;
}
.BgClassName
{
background-color: #AA39E1;
}
</style>
border-color css
<style>
span { border-color: #AA39E1; }
span { border-color: rgb(170,57,225); }
td.TdClassName
{
border-color: #AA39E1;
}
.TagClassName
{
border-color: #AA39E1;
}
</style>