Shades of Dark Orchid #A220DA
Tints of Dark Orchid #A220DA
RGB
CMYK
RGB Variations
Color information
#A220DA (or 0xA220DA) is known color: Dark Orchid. HEX triplet: A2, 20 and DA. RGB value is (162,32,218). Sum of RGB (Red+Green+Blue) = 162+32+218=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #A220DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A220DA is #5DDF25. Grayscale: #5B5B5B. Windows color (decimal): -6151974 or 14295202. OLE color: 14295202.
HSL color Cylindrical-coordinate representation of color #A220DA: hue angle of 281.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A220DA is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 32 | 218 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.15 |
| HSL | 281.94º | 0.74% | 0.49% | - |
| HSV(B) | 281.94º | 0.85% | 0.85% | - |
| XYZ | 28.07 | 13.78 | 67.51 | - |
| YUV | 92.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 218 | 0.26 | 0.85 | 0 | 0.15 | 281.94 | 0.74 | 0.49 |
| Hex | A2 | 20 | DA | 1A | 55 | 0 | F | 11A | 4A | 31 |
| Octal | 242 | 40 | 332 | 32 | 125 | 0 | 17 | 432 | 112 | 61 |
| Binary | 10100010 | 100000 | 11011010 | 11010 | 1010101 | 0 | 1111 | 100011010 | 1001010 | 110001 |
Color Harmonies of #A220DA
Complementary color
Monochromatic Colors of #A220DA
Black with #A220DA
Text Example
Text Example
White with #A220DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A220DA; }
p { color: rgb(162,32,218); }
H1.HeaderClassName
{
color: #A220DA;
}
.AnyTagClassName
{
color: #A220DA;
}
</style>
background-color css
<style>
a { background-color: #A220DA; }
a { background-color: rgb(162,32,218); }
div.DivClassName
{
background-color: #A220DA;
}
.BgClassName
{
background-color: #A220DA;
}
</style>
border-color css
<style>
span { border-color: #A220DA; }
span { border-color: rgb(162,32,218); }
td.TdClassName
{
border-color: #A220DA;
}
.TagClassName
{
border-color: #A220DA;
}
</style>