Shades of Dark Orchid #AA37DA
Tints of Dark Orchid #AA37DA
RGB
CMYK
RGB Variations
Color information
#AA37DA (or 0xAA37DA) is known color: Dark Orchid. HEX triplet: AA, 37 and DA. RGB value is (170,55,218). Sum of RGB (Red+Green+Blue) = 170+55+218=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA37DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37DA is #55C825. Grayscale: #6B6B6B. Windows color (decimal): -5621798 or 14301098. OLE color: 14301098.
HSL color Cylindrical-coordinate representation of color #AA37DA: hue angle of 282.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA37DA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 55 | 218 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.15 |
| HSL | 282.33º | 0.69% | 0.54% | - |
| HSV(B) | 282.33º | 0.75% | 0.85% | - |
| XYZ | 30.6 | 16.34 | 67.87 | - |
| YUV | 107.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 218 | 0.22 | 0.75 | 0 | 0.15 | 282.33 | 0.69 | 0.54 |
| Hex | AA | 37 | DA | 16 | 4B | 0 | F | 11A | 45 | 36 |
| Octal | 252 | 67 | 332 | 26 | 113 | 0 | 17 | 432 | 105 | 66 |
| Binary | 10101010 | 110111 | 11011010 | 10110 | 1001011 | 0 | 1111 | 100011010 | 1000101 | 110110 |
Color Harmonies of #AA37DA
Complementary color
Monochromatic Colors of #AA37DA
Black with #AA37DA
Text Example
Text Example
White with #AA37DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37DA; }
p { color: rgb(170,55,218); }
H1.HeaderClassName
{
color: #AA37DA;
}
.AnyTagClassName
{
color: #AA37DA;
}
</style>
background-color css
<style>
a { background-color: #AA37DA; }
a { background-color: rgb(170,55,218); }
div.DivClassName
{
background-color: #AA37DA;
}
.BgClassName
{
background-color: #AA37DA;
}
</style>
border-color css
<style>
span { border-color: #AA37DA; }
span { border-color: rgb(170,55,218); }
td.TdClassName
{
border-color: #AA37DA;
}
.TagClassName
{
border-color: #AA37DA;
}
</style>