Shades of Dark Orchid #A220CE
Tints of Dark Orchid #A220CE
RGB
CMYK
RGB Variations
Color information
#A220CE (or 0xA220CE) is known color: Dark Orchid. HEX triplet: A2, 20 and CE. RGB value is (162,32,206). Sum of RGB (Red+Green+Blue) = 162+32+206=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #A220CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220CE is #5DDF31. Grayscale: #5A5A5A. Windows color (decimal): -6151986 or 13508770. OLE color: 13508770.
HSL color Cylindrical-coordinate representation of color #A220CE: hue angle of 284.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A220CE is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 32 | 206 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.19 |
| HSL | 284.83º | 0.73% | 0.47% | - |
| HSV(B) | 284.83º | 0.84% | 0.81% | - |
| XYZ | 26.56 | 13.17 | 59.53 | - |
| YUV | 90.71 | 193.07 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 206 | 0.21 | 0.84 | 0 | 0.19 | 284.83 | 0.73 | 0.47 |
| Hex | A2 | 20 | CE | 15 | 54 | 0 | 13 | 11D | 49 | 2F |
| Octal | 242 | 40 | 316 | 25 | 124 | 0 | 23 | 435 | 111 | 57 |
| Binary | 10100010 | 100000 | 11001110 | 10101 | 1010100 | 0 | 10011 | 100011101 | 1001001 | 101111 |
Color Harmonies of #A220CE
Complementary color
Monochromatic Colors of #A220CE
Black with #A220CE
Text Example
Text Example
White with #A220CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A220CE; }
p { color: rgb(162,32,206); }
H1.HeaderClassName
{
color: #A220CE;
}
.AnyTagClassName
{
color: #A220CE;
}
</style>
background-color css
<style>
a { background-color: #A220CE; }
a { background-color: rgb(162,32,206); }
div.DivClassName
{
background-color: #A220CE;
}
.BgClassName
{
background-color: #A220CE;
}
</style>
border-color css
<style>
span { border-color: #A220CE; }
span { border-color: rgb(162,32,206); }
td.TdClassName
{
border-color: #A220CE;
}
.TagClassName
{
border-color: #A220CE;
}
</style>