Shades of Dark Violet #A210DA
Tints of Dark Violet #A210DA
RGB
CMYK
RGB Variations
Color information
#A210DA (or 0xA210DA) is known color: Dark Violet. HEX triplet: A2, 10 and DA. RGB value is (162,16,218). Sum of RGB (Red+Green+Blue) = 162+16+218=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #A210DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210DA is #5DEF25. Grayscale: #525252. Windows color (decimal): -6156070 or 14291106. OLE color: 14291106.
HSL color Cylindrical-coordinate representation of color #A210DA: hue angle of 283.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A210DA is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 16 | 218 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.15 |
| HSL | 283.37º | 0.86% | 0.46% | - |
| HSV(B) | 283.37º | 0.93% | 0.85% | - |
| XYZ | 27.74 | 13.11 | 67.4 | - |
| YUV | 82.68 | 204.37 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 218 | 0.26 | 0.93 | 0 | 0.15 | 283.37 | 0.86 | 0.46 |
| Hex | A2 | 10 | DA | 1A | 5D | 0 | F | 11B | 56 | 2E |
| Octal | 242 | 20 | 332 | 32 | 135 | 0 | 17 | 433 | 126 | 56 |
| Binary | 10100010 | 10000 | 11011010 | 11010 | 1011101 | 0 | 1111 | 100011011 | 1010110 | 101110 |
Color Harmonies of #A210DA
Complementary color
Monochromatic Colors of #A210DA
Black with #A210DA
Text Example
Text Example
White with #A210DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210DA; }
p { color: rgb(162,16,218); }
H1.HeaderClassName
{
color: #A210DA;
}
.AnyTagClassName
{
color: #A210DA;
}
</style>
background-color css
<style>
a { background-color: #A210DA; }
a { background-color: rgb(162,16,218); }
div.DivClassName
{
background-color: #A210DA;
}
.BgClassName
{
background-color: #A210DA;
}
</style>
border-color css
<style>
span { border-color: #A210DA; }
span { border-color: rgb(162,16,218); }
td.TdClassName
{
border-color: #A210DA;
}
.TagClassName
{
border-color: #A210DA;
}
</style>