Shades of Dark Orchid #AA39CE
Tints of Dark Orchid #AA39CE
RGB
CMYK
RGB Variations
Color information
#AA39CE (or 0xAA39CE) is known color: Dark Orchid. HEX triplet: AA, 39 and CE. RGB value is (170,57,206). Sum of RGB (Red+Green+Blue) = 170+57+206=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA39CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA39CE is #55C631. Grayscale: #6B6B6B. Windows color (decimal): -5621298 or 13515178. OLE color: 13515178.
HSL color Cylindrical-coordinate representation of color #AA39CE: hue angle of 285.5º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA39CE is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 57 | 206 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.19 |
| HSL | 285.5º | 0.6% | 0.52% | - |
| HSV(B) | 285.5º | 0.72% | 0.81% | - |
| XYZ | 29.18 | 15.93 | 59.93 | - |
| YUV | 107.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 206 | 0.17 | 0.72 | 0 | 0.19 | 285.5 | 0.6 | 0.52 |
| Hex | AA | 39 | CE | 11 | 48 | 0 | 13 | 11E | 3C | 34 |
| Octal | 252 | 71 | 316 | 21 | 110 | 0 | 23 | 436 | 74 | 64 |
| Binary | 10101010 | 111001 | 11001110 | 10001 | 1001000 | 0 | 10011 | 100011110 | 111100 | 110100 |
Color Harmonies of #AA39CE
Complementary color
Monochromatic Colors of #AA39CE
Black with #AA39CE
Text Example
Text Example
White with #AA39CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39CE; }
p { color: rgb(170,57,206); }
H1.HeaderClassName
{
color: #AA39CE;
}
.AnyTagClassName
{
color: #AA39CE;
}
</style>
background-color css
<style>
a { background-color: #AA39CE; }
a { background-color: rgb(170,57,206); }
div.DivClassName
{
background-color: #AA39CE;
}
.BgClassName
{
background-color: #AA39CE;
}
</style>
border-color css
<style>
span { border-color: #AA39CE; }
span { border-color: rgb(170,57,206); }
td.TdClassName
{
border-color: #AA39CE;
}
.TagClassName
{
border-color: #AA39CE;
}
</style>