Shades of Dark Violet #A210D5
Tints of Dark Violet #A210D5
RGB
CMYK
RGB Variations
Color information
#A210D5 (or 0xA210D5) is known color: Dark Violet. HEX triplet: A2, 10 and D5. RGB value is (162,16,213). Sum of RGB (Red+Green+Blue) = 162+16+213=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #A210D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210D5 is #5DEF2A. Grayscale: #515151. Windows color (decimal): -6156075 or 13963426. OLE color: 13963426.
HSL color Cylindrical-coordinate representation of color #A210D5: hue angle of 284.47º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A210D5 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 16 | 213 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.16 |
| HSL | 284.47º | 0.86% | 0.45% | - |
| HSV(B) | 284.47º | 0.92% | 0.84% | - |
| XYZ | 27.1 | 12.86 | 64 | - |
| YUV | 82.11 | 201.87 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 213 | 0.24 | 0.92 | 0 | 0.16 | 284.47 | 0.86 | 0.45 |
| Hex | A2 | 10 | D5 | 18 | 5C | 0 | 10 | 11C | 56 | 2D |
| Octal | 242 | 20 | 325 | 30 | 134 | 0 | 20 | 434 | 126 | 55 |
| Binary | 10100010 | 10000 | 11010101 | 11000 | 1011100 | 0 | 10000 | 100011100 | 1010110 | 101101 |
Color Harmonies of #A210D5
Complementary color
Monochromatic Colors of #A210D5
Black with #A210D5
Text Example
Text Example
White with #A210D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210D5; }
p { color: rgb(162,16,213); }
H1.HeaderClassName
{
color: #A210D5;
}
.AnyTagClassName
{
color: #A210D5;
}
</style>
background-color css
<style>
a { background-color: #A210D5; }
a { background-color: rgb(162,16,213); }
div.DivClassName
{
background-color: #A210D5;
}
.BgClassName
{
background-color: #A210D5;
}
</style>
border-color css
<style>
span { border-color: #A210D5; }
span { border-color: rgb(162,16,213); }
td.TdClassName
{
border-color: #A210D5;
}
.TagClassName
{
border-color: #A210D5;
}
</style>