Shades of Dark Orchid #AA20B2
Tints of Dark Orchid #AA20B2
RGB
CMYK
RGB Variations
Color information
#AA20B2 (or 0xAA20B2) is known color: Dark Orchid. HEX triplet: AA, 20 and B2. RGB value is (170,32,178). Sum of RGB (Red+Green+Blue) = 170+32+178=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA20B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA20B2 is #55DF4D. Grayscale: #595959. Windows color (decimal): -5627726 or 11673770. OLE color: 11673770.
HSL color Cylindrical-coordinate representation of color #AA20B2: hue angle of 296.71º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA20B2 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 32 | 178 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.30 |
| HSL | 296.71º | 0.7% | 0.41% | - |
| HSV(B) | 296.71º | 0.82% | 0.7% | - |
| XYZ | 25.13 | 12.79 | 43.26 | - |
| YUV | 89.91 | 177.72 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 178 | 0.04 | 0.82 | 0 | 0.30 | 296.71 | 0.7 | 0.41 |
| Hex | AA | 20 | B2 | 4 | 52 | 0 | 1E | 129 | 46 | 29 |
| Octal | 252 | 40 | 262 | 4 | 122 | 0 | 36 | 451 | 106 | 51 |
| Binary | 10101010 | 100000 | 10110010 | 100 | 1010010 | 0 | 11110 | 100101001 | 1000110 | 101001 |
Color Harmonies of #AA20B2
Complementary color
Monochromatic Colors of #AA20B2
Black with #AA20B2
Text Example
Text Example
White with #AA20B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20B2; }
p { color: rgb(170,32,178); }
H1.HeaderClassName
{
color: #AA20B2;
}
.AnyTagClassName
{
color: #AA20B2;
}
</style>
background-color css
<style>
a { background-color: #AA20B2; }
a { background-color: rgb(170,32,178); }
div.DivClassName
{
background-color: #AA20B2;
}
.BgClassName
{
background-color: #AA20B2;
}
</style>
border-color css
<style>
span { border-color: #AA20B2; }
span { border-color: rgb(170,32,178); }
td.TdClassName
{
border-color: #AA20B2;
}
.TagClassName
{
border-color: #AA20B2;
}
</style>