Shades of Dark Violet #A210B6
Tints of Dark Violet #A210B6
RGB
CMYK
RGB Variations
Color information
#A210B6 (or 0xA210B6) is known color: Dark Violet. HEX triplet: A2, 10 and B6. RGB value is (162,16,182). Sum of RGB (Red+Green+Blue) = 162+16+182=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #A210B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210B6 is #5DEF49. Grayscale: #4E4E4E. Windows color (decimal): -6156106 or 11931810. OLE color: 11931810.
HSL color Cylindrical-coordinate representation of color #A210B6: hue angle of 292.77º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A210B6 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 16 | 182 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.29 |
| HSL | 292.77º | 0.84% | 0.39% | - |
| HSV(B) | 292.77º | 0.91% | 0.71% | - |
| XYZ | 23.53 | 11.43 | 45.22 | - |
| YUV | 78.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 182 | 0.11 | 0.91 | 0 | 0.29 | 292.77 | 0.84 | 0.39 |
| Hex | A2 | 10 | B6 | B | 5B | 0 | 1D | 125 | 54 | 27 |
| Octal | 242 | 20 | 266 | 13 | 133 | 0 | 35 | 445 | 124 | 47 |
| Binary | 10100010 | 10000 | 10110110 | 1011 | 1011011 | 0 | 11101 | 100100101 | 1010100 | 100111 |
Color Harmonies of #A210B6
Complementary color
Monochromatic Colors of #A210B6
Black with #A210B6
Text Example
Text Example
White with #A210B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210B6; }
p { color: rgb(162,16,182); }
H1.HeaderClassName
{
color: #A210B6;
}
.AnyTagClassName
{
color: #A210B6;
}
</style>
background-color css
<style>
a { background-color: #A210B6; }
a { background-color: rgb(162,16,182); }
div.DivClassName
{
background-color: #A210B6;
}
.BgClassName
{
background-color: #A210B6;
}
</style>
border-color css
<style>
span { border-color: #A210B6; }
span { border-color: rgb(162,16,182); }
td.TdClassName
{
border-color: #A210B6;
}
.TagClassName
{
border-color: #A210B6;
}
</style>