Shades of Dark Violet #A212CF
Tints of Dark Violet #A212CF
RGB
CMYK
RGB Variations
Color information
#A212CF (or 0xA212CF) is known color: Dark Violet. HEX triplet: A2, 12 and CF. RGB value is (162,18,207). Sum of RGB (Red+Green+Blue) = 162+18+207=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #A212CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A212CF is #5DED30. Grayscale: #515151. Windows color (decimal): -6155569 or 13570722. OLE color: 13570722.
HSL color Cylindrical-coordinate representation of color #A212CF: hue angle of 285.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A212CF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 18 | 207 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.19 |
| HSL | 285.71º | 0.84% | 0.44% | - |
| HSV(B) | 285.71º | 0.91% | 0.81% | - |
| XYZ | 26.38 | 12.62 | 60.08 | - |
| YUV | 82.6 | 198.21 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 207 | 0.22 | 0.91 | 0 | 0.19 | 285.71 | 0.84 | 0.44 |
| Hex | A2 | 12 | CF | 16 | 5B | 0 | 13 | 11E | 54 | 2C |
| Octal | 242 | 22 | 317 | 26 | 133 | 0 | 23 | 436 | 124 | 54 |
| Binary | 10100010 | 10010 | 11001111 | 10110 | 1011011 | 0 | 10011 | 100011110 | 1010100 | 101100 |
Color Harmonies of #A212CF
Complementary color
Monochromatic Colors of #A212CF
Black with #A212CF
Text Example
Text Example
White with #A212CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A212CF; }
p { color: rgb(162,18,207); }
H1.HeaderClassName
{
color: #A212CF;
}
.AnyTagClassName
{
color: #A212CF;
}
</style>
background-color css
<style>
a { background-color: #A212CF; }
a { background-color: rgb(162,18,207); }
div.DivClassName
{
background-color: #A212CF;
}
.BgClassName
{
background-color: #A212CF;
}
</style>
border-color css
<style>
span { border-color: #A212CF; }
span { border-color: rgb(162,18,207); }
td.TdClassName
{
border-color: #A212CF;
}
.TagClassName
{
border-color: #A212CF;
}
</style>