Shades of Dark Violet #A210B9
Tints of Dark Violet #A210B9
RGB
CMYK
RGB Variations
Color information
#A210B9 (or 0xA210B9) is known color: Dark Violet. HEX triplet: A2, 10 and B9. RGB value is (162,16,185). Sum of RGB (Red+Green+Blue) = 162+16+185=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #A210B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210B9 is #5DEF46. Grayscale: #4E4E4E. Windows color (decimal): -6156103 or 12128418. OLE color: 12128418.
HSL color Cylindrical-coordinate representation of color #A210B9: hue angle of 291.83º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A210B9 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 16 | 185 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.27 |
| HSL | 291.83º | 0.84% | 0.39% | - |
| HSV(B) | 291.83º | 0.91% | 0.73% | - |
| XYZ | 23.84 | 11.55 | 46.87 | - |
| YUV | 78.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 185 | 0.12 | 0.91 | 0 | 0.27 | 291.83 | 0.84 | 0.39 |
| Hex | A2 | 10 | B9 | C | 5B | 0 | 1B | 124 | 54 | 27 |
| Octal | 242 | 20 | 271 | 14 | 133 | 0 | 33 | 444 | 124 | 47 |
| Binary | 10100010 | 10000 | 10111001 | 1100 | 1011011 | 0 | 11011 | 100100100 | 1010100 | 100111 |
Color Harmonies of #A210B9
Complementary color
Monochromatic Colors of #A210B9
Black with #A210B9
Text Example
Text Example
White with #A210B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210B9; }
p { color: rgb(162,16,185); }
H1.HeaderClassName
{
color: #A210B9;
}
.AnyTagClassName
{
color: #A210B9;
}
</style>
background-color css
<style>
a { background-color: #A210B9; }
a { background-color: rgb(162,16,185); }
div.DivClassName
{
background-color: #A210B9;
}
.BgClassName
{
background-color: #A210B9;
}
</style>
border-color css
<style>
span { border-color: #A210B9; }
span { border-color: rgb(162,16,185); }
td.TdClassName
{
border-color: #A210B9;
}
.TagClassName
{
border-color: #A210B9;
}
</style>