Shades of Dark Orchid #AA39D8
Tints of Dark Orchid #AA39D8
RGB
CMYK
RGB Variations
Color information
#AA39D8 (or 0xAA39D8) is known color: Dark Orchid. HEX triplet: AA, 39 and D8. RGB value is (170,57,216). Sum of RGB (Red+Green+Blue) = 170+57+216=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA39D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA39D8 is #55C627. Grayscale: #6C6C6C. Windows color (decimal): -5621288 or 14170538. OLE color: 14170538.
HSL color Cylindrical-coordinate representation of color #AA39D8: hue angle of 282.64º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA39D8 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 57 | 216 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.15 |
| HSL | 282.64º | 0.67% | 0.54% | - |
| HSV(B) | 282.64º | 0.74% | 0.85% | - |
| XYZ | 30.44 | 16.43 | 66.53 | - |
| YUV | 108.91 | 188.44 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 216 | 0.21 | 0.74 | 0 | 0.15 | 282.64 | 0.67 | 0.54 |
| Hex | AA | 39 | D8 | 15 | 4A | 0 | F | 11B | 43 | 36 |
| Octal | 252 | 71 | 330 | 25 | 112 | 0 | 17 | 433 | 103 | 66 |
| Binary | 10101010 | 111001 | 11011000 | 10101 | 1001010 | 0 | 1111 | 100011011 | 1000011 | 110110 |
Color Harmonies of #AA39D8
Complementary color
Monochromatic Colors of #AA39D8
Black with #AA39D8
Text Example
Text Example
White with #AA39D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39D8; }
p { color: rgb(170,57,216); }
H1.HeaderClassName
{
color: #AA39D8;
}
.AnyTagClassName
{
color: #AA39D8;
}
</style>
background-color css
<style>
a { background-color: #AA39D8; }
a { background-color: rgb(170,57,216); }
div.DivClassName
{
background-color: #AA39D8;
}
.BgClassName
{
background-color: #AA39D8;
}
</style>
border-color css
<style>
span { border-color: #AA39D8; }
span { border-color: rgb(170,57,216); }
td.TdClassName
{
border-color: #AA39D8;
}
.TagClassName
{
border-color: #AA39D8;
}
</style>