Shades of Dark Orchid #A220DD
Tints of Dark Orchid #A220DD
RGB
CMYK
RGB Variations
Color information
#A220DD (or 0xA220DD) is known color: Dark Orchid. HEX triplet: A2, 20 and DD. RGB value is (162,32,221). Sum of RGB (Red+Green+Blue) = 162+32+221=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #A220DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220DD is #5DDF22. Grayscale: #5B5B5B. Windows color (decimal): -6151971 or 14491810. OLE color: 14491810.
HSL color Cylindrical-coordinate representation of color #A220DD: hue angle of 281.27º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A220DD is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 32 | 221 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.13 |
| HSL | 281.27º | 0.75% | 0.5% | - |
| HSV(B) | 281.27º | 0.86% | 0.87% | - |
| XYZ | 28.47 | 13.93 | 69.6 | - |
| YUV | 92.42 | 200.57 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 221 | 0.27 | 0.86 | 0 | 0.13 | 281.27 | 0.75 | 0.5 |
| Hex | A2 | 20 | DD | 1B | 56 | 0 | D | 119 | 4B | 32 |
| Octal | 242 | 40 | 335 | 33 | 126 | 0 | 15 | 431 | 113 | 62 |
| Binary | 10100010 | 100000 | 11011101 | 11011 | 1010110 | 0 | 1101 | 100011001 | 1001011 | 110010 |
Color Harmonies of #A220DD
Complementary color
Monochromatic Colors of #A220DD
Black with #A220DD
Text Example
Text Example
White with #A220DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A220DD; }
p { color: rgb(162,32,221); }
H1.HeaderClassName
{
color: #A220DD;
}
.AnyTagClassName
{
color: #A220DD;
}
</style>
background-color css
<style>
a { background-color: #A220DD; }
a { background-color: rgb(162,32,221); }
div.DivClassName
{
background-color: #A220DD;
}
.BgClassName
{
background-color: #A220DD;
}
</style>
border-color css
<style>
span { border-color: #A220DD; }
span { border-color: rgb(162,32,221); }
td.TdClassName
{
border-color: #A220DD;
}
.TagClassName
{
border-color: #A220DD;
}
</style>