Shades of Dark Orchid #AA37B0
Tints of Dark Orchid #AA37B0
RGB
CMYK
RGB Variations
Color information
#AA37B0 (or 0xAA37B0) is known color: Dark Orchid. HEX triplet: AA, 37 and B0. RGB value is (170,55,176). Sum of RGB (Red+Green+Blue) = 170+55+176=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA37B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37B0 is #55C84F. Grayscale: #666666. Windows color (decimal): -5621840 or 11548586. OLE color: 11548586.
HSL color Cylindrical-coordinate representation of color #AA37B0: hue angle of 297.02º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA37B0 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 55 | 176 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.31 |
| HSL | 297.02º | 0.52% | 0.45% | - |
| HSV(B) | 297.02º | 0.69% | 0.69% | - |
| XYZ | 25.78 | 14.41 | 42.5 | - |
| YUV | 103.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 176 | 0.03 | 0.69 | 0 | 0.31 | 297.02 | 0.52 | 0.45 |
| Hex | AA | 37 | B0 | 3 | 45 | 0 | 1F | 129 | 34 | 2D |
| Octal | 252 | 67 | 260 | 3 | 105 | 0 | 37 | 451 | 64 | 55 |
| Binary | 10101010 | 110111 | 10110000 | 11 | 1000101 | 0 | 11111 | 100101001 | 110100 | 101101 |
Color Harmonies of #AA37B0
Complementary color
Monochromatic Colors of #AA37B0
Black with #AA37B0
Text Example
Text Example
White with #AA37B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37B0; }
p { color: rgb(170,55,176); }
H1.HeaderClassName
{
color: #AA37B0;
}
.AnyTagClassName
{
color: #AA37B0;
}
</style>
background-color css
<style>
a { background-color: #AA37B0; }
a { background-color: rgb(170,55,176); }
div.DivClassName
{
background-color: #AA37B0;
}
.BgClassName
{
background-color: #AA37B0;
}
</style>
border-color css
<style>
span { border-color: #AA37B0; }
span { border-color: rgb(170,55,176); }
td.TdClassName
{
border-color: #AA37B0;
}
.TagClassName
{
border-color: #AA37B0;
}
</style>