Shades of Dark Orchid #AA37BE
Tints of Dark Orchid #AA37BE
RGB
CMYK
RGB Variations
Color information
#AA37BE (or 0xAA37BE) is known color: Dark Orchid. HEX triplet: AA, 37 and BE. RGB value is (170,55,190). Sum of RGB (Red+Green+Blue) = 170+55+190=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA37BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37BE is #55C841. Grayscale: #686868. Windows color (decimal): -5621826 or 12466090. OLE color: 12466090.
HSL color Cylindrical-coordinate representation of color #AA37BE: hue angle of 291.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA37BE is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 55 | 190 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.25 |
| HSL | 291.11º | 0.55% | 0.48% | - |
| HSV(B) | 291.11º | 0.71% | 0.75% | - |
| XYZ | 27.24 | 15 | 50.17 | - |
| YUV | 104.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 190 | 0.11 | 0.71 | 0 | 0.25 | 291.11 | 0.55 | 0.48 |
| Hex | AA | 37 | BE | B | 47 | 0 | 19 | 123 | 37 | 30 |
| Octal | 252 | 67 | 276 | 13 | 107 | 0 | 31 | 443 | 67 | 60 |
| Binary | 10101010 | 110111 | 10111110 | 1011 | 1000111 | 0 | 11001 | 100100011 | 110111 | 110000 |
Color Harmonies of #AA37BE
Complementary color
Monochromatic Colors of #AA37BE
Black with #AA37BE
Text Example
Text Example
White with #AA37BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37BE; }
p { color: rgb(170,55,190); }
H1.HeaderClassName
{
color: #AA37BE;
}
.AnyTagClassName
{
color: #AA37BE;
}
</style>
background-color css
<style>
a { background-color: #AA37BE; }
a { background-color: rgb(170,55,190); }
div.DivClassName
{
background-color: #AA37BE;
}
.BgClassName
{
background-color: #AA37BE;
}
</style>
border-color css
<style>
span { border-color: #AA37BE; }
span { border-color: rgb(170,55,190); }
td.TdClassName
{
border-color: #AA37BE;
}
.TagClassName
{
border-color: #AA37BE;
}
</style>