Shades of Dark Orchid #AA37D7
Tints of Dark Orchid #AA37D7
RGB
CMYK
RGB Variations
Color information
#AA37D7 (or 0xAA37D7) is known color: Dark Orchid. HEX triplet: AA, 37 and D7. RGB value is (170,55,215). Sum of RGB (Red+Green+Blue) = 170+55+215=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA37D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37D7 is #55C828. Grayscale: #6B6B6B. Windows color (decimal): -5621801 or 14104490. OLE color: 14104490.
HSL color Cylindrical-coordinate representation of color #AA37D7: hue angle of 283.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA37D7 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 55 | 215 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.16 |
| HSL | 283.13º | 0.67% | 0.53% | - |
| HSV(B) | 283.13º | 0.74% | 0.84% | - |
| XYZ | 30.21 | 16.18 | 65.82 | - |
| YUV | 107.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 215 | 0.21 | 0.74 | 0 | 0.16 | 283.13 | 0.67 | 0.53 |
| Hex | AA | 37 | D7 | 15 | 4A | 0 | 10 | 11B | 43 | 35 |
| Octal | 252 | 67 | 327 | 25 | 112 | 0 | 20 | 433 | 103 | 65 |
| Binary | 10101010 | 110111 | 11010111 | 10101 | 1001010 | 0 | 10000 | 100011011 | 1000011 | 110101 |
Color Harmonies of #AA37D7
Complementary color
Monochromatic Colors of #AA37D7
Black with #AA37D7
Text Example
Text Example
White with #AA37D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37D7; }
p { color: rgb(170,55,215); }
H1.HeaderClassName
{
color: #AA37D7;
}
.AnyTagClassName
{
color: #AA37D7;
}
</style>
background-color css
<style>
a { background-color: #AA37D7; }
a { background-color: rgb(170,55,215); }
div.DivClassName
{
background-color: #AA37D7;
}
.BgClassName
{
background-color: #AA37D7;
}
</style>
border-color css
<style>
span { border-color: #AA37D7; }
span { border-color: rgb(170,55,215); }
td.TdClassName
{
border-color: #AA37D7;
}
.TagClassName
{
border-color: #AA37D7;
}
</style>