Shades of Dark Orchid #AA37E0
Tints of Dark Orchid #AA37E0
RGB
CMYK
RGB Variations
Color information
#AA37E0 (or 0xAA37E0) is known color: Dark Orchid. HEX triplet: AA, 37 and E0. RGB value is (170,55,224). Sum of RGB (Red+Green+Blue) = 170+55+224=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA37E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37E0 is #55C81F. Grayscale: #6C6C6C. Windows color (decimal): -5621792 or 14694314. OLE color: 14694314.
HSL color Cylindrical-coordinate representation of color #AA37E0: hue angle of 280.83º degrees, saturation: 0.73, 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 #AA37E0 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 55 | 224 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.12 |
| HSL | 280.83º | 0.73% | 0.55% | - |
| HSV(B) | 280.83º | 0.75% | 0.88% | - |
| XYZ | 31.4 | 16.66 | 72.08 | - |
| YUV | 108.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 224 | 0.24 | 0.75 | 0 | 0.12 | 280.83 | 0.73 | 0.55 |
| Hex | AA | 37 | E0 | 18 | 4B | 0 | C | 119 | 49 | 37 |
| Octal | 252 | 67 | 340 | 30 | 113 | 0 | 14 | 431 | 111 | 67 |
| Binary | 10101010 | 110111 | 11100000 | 11000 | 1001011 | 0 | 1100 | 100011001 | 1001001 | 110111 |
Color Harmonies of #AA37E0
Complementary color
Monochromatic Colors of #AA37E0
Black with #AA37E0
Text Example
Text Example
White with #AA37E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37E0; }
p { color: rgb(170,55,224); }
H1.HeaderClassName
{
color: #AA37E0;
}
.AnyTagClassName
{
color: #AA37E0;
}
</style>
background-color css
<style>
a { background-color: #AA37E0; }
a { background-color: rgb(170,55,224); }
div.DivClassName
{
background-color: #AA37E0;
}
.BgClassName
{
background-color: #AA37E0;
}
</style>
border-color css
<style>
span { border-color: #AA37E0; }
span { border-color: rgb(170,55,224); }
td.TdClassName
{
border-color: #AA37E0;
}
.TagClassName
{
border-color: #AA37E0;
}
</style>