Shades of Dark Violet #A210BD
Tints of Dark Violet #A210BD
RGB
CMYK
RGB Variations
Color information
#A210BD (or 0xA210BD) is known color: Dark Violet. HEX triplet: A2, 10 and BD. RGB value is (162,16,189). Sum of RGB (Red+Green+Blue) = 162+16+189=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #A210BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210BD is #5DEF42. Grayscale: #4E4E4E. Windows color (decimal): -6156099 or 12390562. OLE color: 12390562.
HSL color Cylindrical-coordinate representation of color #A210BD: hue angle of 290.64º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A210BD is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 16 | 189 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.26 |
| HSL | 290.64º | 0.84% | 0.4% | - |
| HSV(B) | 290.64º | 0.92% | 0.74% | - |
| XYZ | 24.27 | 11.73 | 49.13 | - |
| YUV | 79.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 189 | 0.14 | 0.92 | 0 | 0.26 | 290.64 | 0.84 | 0.4 |
| Hex | A2 | 10 | BD | E | 5C | 0 | 1A | 123 | 54 | 28 |
| Octal | 242 | 20 | 275 | 16 | 134 | 0 | 32 | 443 | 124 | 50 |
| Binary | 10100010 | 10000 | 10111101 | 1110 | 1011100 | 0 | 11010 | 100100011 | 1010100 | 101000 |
Color Harmonies of #A210BD
Complementary color
Monochromatic Colors of #A210BD
Black with #A210BD
Text Example
Text Example
White with #A210BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210BD; }
p { color: rgb(162,16,189); }
H1.HeaderClassName
{
color: #A210BD;
}
.AnyTagClassName
{
color: #A210BD;
}
</style>
background-color css
<style>
a { background-color: #A210BD; }
a { background-color: rgb(162,16,189); }
div.DivClassName
{
background-color: #A210BD;
}
.BgClassName
{
background-color: #A210BD;
}
</style>
border-color css
<style>
span { border-color: #A210BD; }
span { border-color: rgb(162,16,189); }
td.TdClassName
{
border-color: #A210BD;
}
.TagClassName
{
border-color: #A210BD;
}
</style>