Shades of Dark Orchid #AA37DC
Tints of Dark Orchid #AA37DC
RGB
CMYK
RGB Variations
Color information
#AA37DC (or 0xAA37DC) is known color: Dark Orchid. HEX triplet: AA, 37 and DC. RGB value is (170,55,220). Sum of RGB (Red+Green+Blue) = 170+55+220=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA37DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37DC is #55C823. Grayscale: #6B6B6B. Windows color (decimal): -5621796 or 14432170. OLE color: 14432170.
HSL color Cylindrical-coordinate representation of color #AA37DC: hue angle of 281.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA37DC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 55 | 220 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.14 |
| HSL | 281.82º | 0.7% | 0.54% | - |
| HSV(B) | 281.82º | 0.75% | 0.86% | - |
| XYZ | 30.86 | 16.45 | 69.26 | - |
| YUV | 108.2 | 191.1 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 220 | 0.23 | 0.75 | 0 | 0.14 | 281.82 | 0.7 | 0.54 |
| Hex | AA | 37 | DC | 17 | 4B | 0 | E | 11A | 46 | 36 |
| Octal | 252 | 67 | 334 | 27 | 113 | 0 | 16 | 432 | 106 | 66 |
| Binary | 10101010 | 110111 | 11011100 | 10111 | 1001011 | 0 | 1110 | 100011010 | 1000110 | 110110 |
Color Harmonies of #AA37DC
Complementary color
Monochromatic Colors of #AA37DC
Black with #AA37DC
Text Example
Text Example
White with #AA37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37DC; }
p { color: rgb(170,55,220); }
H1.HeaderClassName
{
color: #AA37DC;
}
.AnyTagClassName
{
color: #AA37DC;
}
</style>
background-color css
<style>
a { background-color: #AA37DC; }
a { background-color: rgb(170,55,220); }
div.DivClassName
{
background-color: #AA37DC;
}
.BgClassName
{
background-color: #AA37DC;
}
</style>
border-color css
<style>
span { border-color: #AA37DC; }
span { border-color: rgb(170,55,220); }
td.TdClassName
{
border-color: #AA37DC;
}
.TagClassName
{
border-color: #AA37DC;
}
</style>