Shades of Dark Violet #A210DE
Tints of Dark Violet #A210DE
RGB
CMYK
RGB Variations
Color information
#A210DE (or 0xA210DE) is known color: Dark Violet. HEX triplet: A2, 10 and DE. RGB value is (162,16,222). Sum of RGB (Red+Green+Blue) = 162+16+222=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #A210DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210DE is #5DEF21. Grayscale: #525252. Windows color (decimal): -6156066 or 14553250. OLE color: 14553250.
HSL color Cylindrical-coordinate representation of color #A210DE: hue angle of 282.52º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A210DE is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 16 | 222 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.13 |
| HSL | 282.52º | 0.87% | 0.47% | - |
| HSV(B) | 282.52º | 0.93% | 0.87% | - |
| XYZ | 28.27 | 13.33 | 70.19 | - |
| YUV | 83.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 222 | 0.27 | 0.93 | 0 | 0.13 | 282.52 | 0.87 | 0.47 |
| Hex | A2 | 10 | DE | 1B | 5D | 0 | D | 11B | 57 | 2F |
| Octal | 242 | 20 | 336 | 33 | 135 | 0 | 15 | 433 | 127 | 57 |
| Binary | 10100010 | 10000 | 11011110 | 11011 | 1011101 | 0 | 1101 | 100011011 | 1010111 | 101111 |
Color Harmonies of #A210DE
Complementary color
Monochromatic Colors of #A210DE
Black with #A210DE
Text Example
Text Example
White with #A210DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210DE; }
p { color: rgb(162,16,222); }
H1.HeaderClassName
{
color: #A210DE;
}
.AnyTagClassName
{
color: #A210DE;
}
</style>
background-color css
<style>
a { background-color: #A210DE; }
a { background-color: rgb(162,16,222); }
div.DivClassName
{
background-color: #A210DE;
}
.BgClassName
{
background-color: #A210DE;
}
</style>
border-color css
<style>
span { border-color: #A210DE; }
span { border-color: rgb(162,16,222); }
td.TdClassName
{
border-color: #A210DE;
}
.TagClassName
{
border-color: #A210DE;
}
</style>