Shades of Dark Violet #A210BE
Tints of Dark Violet #A210BE
RGB
CMYK
RGB Variations
Color information
#A210BE (or 0xA210BE) is known color: Dark Violet. HEX triplet: A2, 10 and BE. RGB value is (162,16,190). Sum of RGB (Red+Green+Blue) = 162+16+190=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #A210BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210BE is #5DEF41. Grayscale: #4E4E4E. Windows color (decimal): -6156098 or 12456098. OLE color: 12456098.
HSL color Cylindrical-coordinate representation of color #A210BE: hue angle of 290.34º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A210BE is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 16 | 190 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.25 |
| HSL | 290.34º | 0.84% | 0.4% | - |
| HSV(B) | 290.34º | 0.92% | 0.75% | - |
| XYZ | 24.38 | 11.77 | 49.7 | - |
| YUV | 79.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 190 | 0.15 | 0.92 | 0 | 0.25 | 290.34 | 0.84 | 0.4 |
| Hex | A2 | 10 | BE | F | 5C | 0 | 19 | 122 | 54 | 28 |
| Octal | 242 | 20 | 276 | 17 | 134 | 0 | 31 | 442 | 124 | 50 |
| Binary | 10100010 | 10000 | 10111110 | 1111 | 1011100 | 0 | 11001 | 100100010 | 1010100 | 101000 |
Color Harmonies of #A210BE
Complementary color
Monochromatic Colors of #A210BE
Black with #A210BE
Text Example
Text Example
White with #A210BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210BE; }
p { color: rgb(162,16,190); }
H1.HeaderClassName
{
color: #A210BE;
}
.AnyTagClassName
{
color: #A210BE;
}
</style>
background-color css
<style>
a { background-color: #A210BE; }
a { background-color: rgb(162,16,190); }
div.DivClassName
{
background-color: #A210BE;
}
.BgClassName
{
background-color: #A210BE;
}
</style>
border-color css
<style>
span { border-color: #A210BE; }
span { border-color: rgb(162,16,190); }
td.TdClassName
{
border-color: #A210BE;
}
.TagClassName
{
border-color: #A210BE;
}
</style>