Shades of Dark Orchid #AA37CC
Tints of Dark Orchid #AA37CC
RGB
CMYK
RGB Variations
Color information
#AA37CC (or 0xAA37CC) is known color: Dark Orchid. HEX triplet: AA, 37 and CC. RGB value is (170,55,204). Sum of RGB (Red+Green+Blue) = 170+55+204=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA37CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37CC is #55C833. Grayscale: #696969. Windows color (decimal): -5621812 or 13383594. OLE color: 13383594.
HSL color Cylindrical-coordinate representation of color #AA37CC: hue angle of 286.31º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA37CC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 55 | 204 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.2 |
| HSL | 286.31º | 0.59% | 0.51% | - |
| HSV(B) | 286.31º | 0.73% | 0.8% | - |
| XYZ | 28.84 | 15.64 | 58.63 | - |
| YUV | 106.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 204 | 0.17 | 0.73 | 0 | 0.2 | 286.31 | 0.59 | 0.51 |
| Hex | AA | 37 | CC | 11 | 49 | 0 | 14 | 11E | 3B | 33 |
| Octal | 252 | 67 | 314 | 21 | 111 | 0 | 24 | 436 | 73 | 63 |
| Binary | 10101010 | 110111 | 11001100 | 10001 | 1001001 | 0 | 10100 | 100011110 | 111011 | 110011 |
Color Harmonies of #AA37CC
Complementary color
Monochromatic Colors of #AA37CC
Black with #AA37CC
Text Example
Text Example
White with #AA37CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37CC; }
p { color: rgb(170,55,204); }
H1.HeaderClassName
{
color: #AA37CC;
}
.AnyTagClassName
{
color: #AA37CC;
}
</style>
background-color css
<style>
a { background-color: #AA37CC; }
a { background-color: rgb(170,55,204); }
div.DivClassName
{
background-color: #AA37CC;
}
.BgClassName
{
background-color: #AA37CC;
}
</style>
border-color css
<style>
span { border-color: #AA37CC; }
span { border-color: rgb(170,55,204); }
td.TdClassName
{
border-color: #AA37CC;
}
.TagClassName
{
border-color: #AA37CC;
}
</style>