Shades of Dark Violet #A212C4
Tints of Dark Violet #A212C4
RGB
CMYK
RGB Variations
Color information
#A212C4 (or 0xA212C4) is known color: Dark Violet. HEX triplet: A2, 12 and C4. RGB value is (162,18,196). Sum of RGB (Red+Green+Blue) = 162+18+196=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #A212C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A212C4 is #5DED3B. Grayscale: #505050. Windows color (decimal): -6155580 or 12849826. OLE color: 12849826.
HSL color Cylindrical-coordinate representation of color #A212C4: hue angle of 288.54º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A212C4 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 18 | 196 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.23 |
| HSL | 288.54º | 0.83% | 0.42% | - |
| HSV(B) | 288.54º | 0.91% | 0.77% | - |
| XYZ | 25.08 | 12.1 | 53.24 | - |
| YUV | 81.35 | 192.71 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 196 | 0.17 | 0.91 | 0 | 0.23 | 288.54 | 0.83 | 0.42 |
| Hex | A2 | 12 | C4 | 11 | 5B | 0 | 17 | 121 | 53 | 2A |
| Octal | 242 | 22 | 304 | 21 | 133 | 0 | 27 | 441 | 123 | 52 |
| Binary | 10100010 | 10010 | 11000100 | 10001 | 1011011 | 0 | 10111 | 100100001 | 1010011 | 101010 |
Color Harmonies of #A212C4
Complementary color
Monochromatic Colors of #A212C4
Black with #A212C4
Text Example
Text Example
White with #A212C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A212C4; }
p { color: rgb(162,18,196); }
H1.HeaderClassName
{
color: #A212C4;
}
.AnyTagClassName
{
color: #A212C4;
}
</style>
background-color css
<style>
a { background-color: #A212C4; }
a { background-color: rgb(162,18,196); }
div.DivClassName
{
background-color: #A212C4;
}
.BgClassName
{
background-color: #A212C4;
}
</style>
border-color css
<style>
span { border-color: #A212C4; }
span { border-color: rgb(162,18,196); }
td.TdClassName
{
border-color: #A212C4;
}
.TagClassName
{
border-color: #A212C4;
}
</style>