Shades of Dark Violet #A212B1
Tints of Dark Violet #A212B1
RGB
CMYK
RGB Variations
Color information
#A212B1 (or 0xA212B1) is known color: Dark Violet. HEX triplet: A2, 12 and B1. RGB value is (162,18,177). Sum of RGB (Red+Green+Blue) = 162+18+177=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #A212B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A212B1 is #5DED4E. Grayscale: #4E4E4E. Windows color (decimal): -6155599 or 11604642. OLE color: 11604642.
HSL color Cylindrical-coordinate representation of color #A212B1: hue angle of 294.34º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A212B1 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 18 | 177 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.31 |
| HSL | 294.34º | 0.82% | 0.38% | - |
| HSV(B) | 294.34º | 0.9% | 0.69% | - |
| XYZ | 23.05 | 11.29 | 42.56 | - |
| YUV | 79.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 177 | 0.08 | 0.90 | 0 | 0.31 | 294.34 | 0.82 | 0.38 |
| Hex | A2 | 12 | B1 | 8 | 5A | 0 | 1F | 126 | 52 | 26 |
| Octal | 242 | 22 | 261 | 10 | 132 | 0 | 37 | 446 | 122 | 46 |
| Binary | 10100010 | 10010 | 10110001 | 1000 | 1011010 | 0 | 11111 | 100100110 | 1010010 | 100110 |
Color Harmonies of #A212B1
Complementary color
Monochromatic Colors of #A212B1
Black with #A212B1
Text Example
Text Example
White with #A212B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A212B1; }
p { color: rgb(162,18,177); }
H1.HeaderClassName
{
color: #A212B1;
}
.AnyTagClassName
{
color: #A212B1;
}
</style>
background-color css
<style>
a { background-color: #A212B1; }
a { background-color: rgb(162,18,177); }
div.DivClassName
{
background-color: #A212B1;
}
.BgClassName
{
background-color: #A212B1;
}
</style>
border-color css
<style>
span { border-color: #A212B1; }
span { border-color: rgb(162,18,177); }
td.TdClassName
{
border-color: #A212B1;
}
.TagClassName
{
border-color: #A212B1;
}
</style>