Shades of Dark Violet #A211CF
Tints of Dark Violet #A211CF
RGB
CMYK
RGB Variations
Color information
#A211CF (or 0xA211CF) is known color: Dark Violet. HEX triplet: A2, 11 and CF. RGB value is (162,17,207). Sum of RGB (Red+Green+Blue) = 162+17+207=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #A211CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A211CF is #5DEE30. Grayscale: #515151. Windows color (decimal): -6155825 or 13570466. OLE color: 13570466.
HSL color Cylindrical-coordinate representation of color #A211CF: hue angle of 285.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A211CF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 17 | 207 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.19 |
| HSL | 285.79º | 0.85% | 0.44% | - |
| HSV(B) | 285.79º | 0.92% | 0.81% | - |
| XYZ | 26.36 | 12.59 | 60.07 | - |
| YUV | 82.02 | 198.54 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 207 | 0.22 | 0.92 | 0 | 0.19 | 285.79 | 0.85 | 0.44 |
| Hex | A2 | 11 | CF | 16 | 5C | 0 | 13 | 11E | 55 | 2C |
| Octal | 242 | 21 | 317 | 26 | 134 | 0 | 23 | 436 | 125 | 54 |
| Binary | 10100010 | 10001 | 11001111 | 10110 | 1011100 | 0 | 10011 | 100011110 | 1010101 | 101100 |
Color Harmonies of #A211CF
Complementary color
Monochromatic Colors of #A211CF
Black with #A211CF
Text Example
Text Example
White with #A211CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211CF; }
p { color: rgb(162,17,207); }
H1.HeaderClassName
{
color: #A211CF;
}
.AnyTagClassName
{
color: #A211CF;
}
</style>
background-color css
<style>
a { background-color: #A211CF; }
a { background-color: rgb(162,17,207); }
div.DivClassName
{
background-color: #A211CF;
}
.BgClassName
{
background-color: #A211CF;
}
</style>
border-color css
<style>
span { border-color: #A211CF; }
span { border-color: rgb(162,17,207); }
td.TdClassName
{
border-color: #A211CF;
}
.TagClassName
{
border-color: #A211CF;
}
</style>