Shades of Dark Orchid #AA20D2
Tints of Dark Orchid #AA20D2
RGB
CMYK
RGB Variations
Color information
#AA20D2 (or 0xAA20D2) is known color: Dark Orchid. HEX triplet: AA, 20 and D2. RGB value is (170,32,210). Sum of RGB (Red+Green+Blue) = 170+32+210=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 210 (82.42% from 255 or 50.97% from 412); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA20D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20D2 is #55DF2D. Grayscale: #5C5C5C. Windows color (decimal): -5627694 or 13770922. OLE color: 13770922.
HSL color Cylindrical-coordinate representation of color #AA20D2: hue angle of 286.52º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA20D2 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 32 | 210 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.18 |
| HSL | 286.52º | 0.74% | 0.47% | - |
| HSV(B) | 286.52º | 0.85% | 0.82% | - |
| XYZ | 28.73 | 14.23 | 62.21 | - |
| YUV | 93.55 | 193.72 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 210 | 0.19 | 0.85 | 0 | 0.18 | 286.52 | 0.74 | 0.47 |
| Hex | AA | 20 | D2 | 13 | 55 | 0 | 12 | 11F | 4A | 2F |
| Octal | 252 | 40 | 322 | 23 | 125 | 0 | 22 | 437 | 112 | 57 |
| Binary | 10101010 | 100000 | 11010010 | 10011 | 1010101 | 0 | 10010 | 100011111 | 1001010 | 101111 |
Color Harmonies of #AA20D2
Complementary color
Monochromatic Colors of #AA20D2
Black with #AA20D2
Text Example
Text Example
White with #AA20D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20D2; }
p { color: rgb(170,32,210); }
H1.HeaderClassName
{
color: #AA20D2;
}
.AnyTagClassName
{
color: #AA20D2;
}
</style>
background-color css
<style>
a { background-color: #AA20D2; }
a { background-color: rgb(170,32,210); }
div.DivClassName
{
background-color: #AA20D2;
}
.BgClassName
{
background-color: #AA20D2;
}
</style>
border-color css
<style>
span { border-color: #AA20D2; }
span { border-color: rgb(170,32,210); }
td.TdClassName
{
border-color: #AA20D2;
}
.TagClassName
{
border-color: #AA20D2;
}
</style>