Shades of Dark Orchid #AA32B0
Tints of Dark Orchid #AA32B0
RGB
CMYK
RGB Variations
Color information
#AA32B0 (or 0xAA32B0) is known color: Dark Orchid. HEX triplet: AA, 32 and B0. RGB value is (170,50,176). Sum of RGB (Red+Green+Blue) = 170+50+176=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA32B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA32B0 is #55CD4F. Grayscale: #636363. Windows color (decimal): -5623120 or 11547306. OLE color: 11547306.
HSL color Cylindrical-coordinate representation of color #AA32B0: hue angle of 297.14º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA32B0 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 50 | 176 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.31 |
| HSL | 297.14º | 0.56% | 0.44% | - |
| HSV(B) | 297.14º | 0.72% | 0.69% | - |
| XYZ | 25.55 | 13.96 | 42.42 | - |
| YUV | 100.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 176 | 0.03 | 0.72 | 0 | 0.31 | 297.14 | 0.56 | 0.44 |
| Hex | AA | 32 | B0 | 3 | 48 | 0 | 1F | 129 | 38 | 2C |
| Octal | 252 | 62 | 260 | 3 | 110 | 0 | 37 | 451 | 70 | 54 |
| Binary | 10101010 | 110010 | 10110000 | 11 | 1001000 | 0 | 11111 | 100101001 | 111000 | 101100 |
Color Harmonies of #AA32B0
Complementary color
Monochromatic Colors of #AA32B0
Black with #AA32B0
Text Example
Text Example
White with #AA32B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA32B0; }
p { color: rgb(170,50,176); }
H1.HeaderClassName
{
color: #AA32B0;
}
.AnyTagClassName
{
color: #AA32B0;
}
</style>
background-color css
<style>
a { background-color: #AA32B0; }
a { background-color: rgb(170,50,176); }
div.DivClassName
{
background-color: #AA32B0;
}
.BgClassName
{
background-color: #AA32B0;
}
</style>
border-color css
<style>
span { border-color: #AA32B0; }
span { border-color: rgb(170,50,176); }
td.TdClassName
{
border-color: #AA32B0;
}
.TagClassName
{
border-color: #AA32B0;
}
</style>