Shades of Dark Orchid #AA37EC
Tints of Dark Orchid #AA37EC
RGB
CMYK
RGB Variations
Color information
#AA37EC (or 0xAA37EC) is known color: Dark Orchid. HEX triplet: AA, 37 and EC. RGB value is (170,55,236). Sum of RGB (Red+Green+Blue) = 170+55+236=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA37EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA37EC is #55C813. Grayscale: #6D6D6D. Windows color (decimal): -5621780 or 15480746. OLE color: 15480746.
HSL color Cylindrical-coordinate representation of color #AA37EC: hue angle of 278.12º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA37EC is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 55 | 236 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.07 |
| HSL | 278.12º | 0.83% | 0.57% | - |
| HSV(B) | 278.12º | 0.77% | 0.93% | - |
| XYZ | 33.08 | 17.33 | 80.96 | - |
| YUV | 110.02 | 199.1 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 236 | 0.28 | 0.77 | 0 | 0.07 | 278.12 | 0.83 | 0.57 |
| Hex | AA | 37 | EC | 1C | 4D | 0 | 7 | 116 | 53 | 39 |
| Octal | 252 | 67 | 354 | 34 | 115 | 0 | 7 | 426 | 123 | 71 |
| Binary | 10101010 | 110111 | 11101100 | 11100 | 1001101 | 0 | 111 | 100010110 | 1010011 | 111001 |
Color Harmonies of #AA37EC
Complementary color
Monochromatic Colors of #AA37EC
Black with #AA37EC
Text Example
Text Example
White with #AA37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37EC; }
p { color: rgb(170,55,236); }
H1.HeaderClassName
{
color: #AA37EC;
}
.AnyTagClassName
{
color: #AA37EC;
}
</style>
background-color css
<style>
a { background-color: #AA37EC; }
a { background-color: rgb(170,55,236); }
div.DivClassName
{
background-color: #AA37EC;
}
.BgClassName
{
background-color: #AA37EC;
}
</style>
border-color css
<style>
span { border-color: #AA37EC; }
span { border-color: rgb(170,55,236); }
td.TdClassName
{
border-color: #AA37EC;
}
.TagClassName
{
border-color: #AA37EC;
}
</style>