Shades of Dark Violet #A210D0
Tints of Dark Violet #A210D0
RGB
CMYK
RGB Variations
Color information
#A210D0 (or 0xA210D0) is known color: Dark Violet. HEX triplet: A2, 10 and D0. RGB value is (162,16,208). Sum of RGB (Red+Green+Blue) = 162+16+208=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #A210D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210D0 is #5DEF2F. Grayscale: #505050. Windows color (decimal): -6156080 or 13635746. OLE color: 13635746.
HSL color Cylindrical-coordinate representation of color #A210D0: hue angle of 285.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A210D0 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 16 | 208 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.18 |
| HSL | 285.63º | 0.86% | 0.44% | - |
| HSV(B) | 285.63º | 0.92% | 0.82% | - |
| XYZ | 26.47 | 12.61 | 60.71 | - |
| YUV | 81.54 | 199.37 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 208 | 0.22 | 0.92 | 0 | 0.18 | 285.63 | 0.86 | 0.44 |
| Hex | A2 | 10 | D0 | 16 | 5C | 0 | 12 | 11E | 56 | 2C |
| Octal | 242 | 20 | 320 | 26 | 134 | 0 | 22 | 436 | 126 | 54 |
| Binary | 10100010 | 10000 | 11010000 | 10110 | 1011100 | 0 | 10010 | 100011110 | 1010110 | 101100 |
Color Harmonies of #A210D0
Complementary color
Monochromatic Colors of #A210D0
Black with #A210D0
Text Example
Text Example
White with #A210D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210D0; }
p { color: rgb(162,16,208); }
H1.HeaderClassName
{
color: #A210D0;
}
.AnyTagClassName
{
color: #A210D0;
}
</style>
background-color css
<style>
a { background-color: #A210D0; }
a { background-color: rgb(162,16,208); }
div.DivClassName
{
background-color: #A210D0;
}
.BgClassName
{
background-color: #A210D0;
}
</style>
border-color css
<style>
span { border-color: #A210D0; }
span { border-color: rgb(162,16,208); }
td.TdClassName
{
border-color: #A210D0;
}
.TagClassName
{
border-color: #A210D0;
}
</style>