Shades of Dark Violet #A211CD
Tints of Dark Violet #A211CD
RGB
CMYK
RGB Variations
Color information
#A211CD (or 0xA211CD) is known color: Dark Violet. HEX triplet: A2, 11 and CD. RGB value is (162,17,205). Sum of RGB (Red+Green+Blue) = 162+17+205=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #A211CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A211CD is #5DEE32. Grayscale: #515151. Windows color (decimal): -6155827 or 13439394. OLE color: 13439394.
HSL color Cylindrical-coordinate representation of color #A211CD: hue angle of 286.28º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A211CD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 17 | 205 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.20 |
| HSL | 286.28º | 0.85% | 0.44% | - |
| HSV(B) | 286.28º | 0.92% | 0.8% | - |
| XYZ | 26.12 | 12.49 | 58.79 | - |
| YUV | 81.79 | 197.54 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 205 | 0.21 | 0.92 | 0 | 0.20 | 286.28 | 0.85 | 0.44 |
| Hex | A2 | 11 | CD | 15 | 5C | 0 | 14 | 11E | 55 | 2C |
| Octal | 242 | 21 | 315 | 25 | 134 | 0 | 24 | 436 | 125 | 54 |
| Binary | 10100010 | 10001 | 11001101 | 10101 | 1011100 | 0 | 10100 | 100011110 | 1010101 | 101100 |
Color Harmonies of #A211CD
Complementary color
Monochromatic Colors of #A211CD
Black with #A211CD
Text Example
Text Example
White with #A211CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A211CD; }
p { color: rgb(162,17,205); }
H1.HeaderClassName
{
color: #A211CD;
}
.AnyTagClassName
{
color: #A211CD;
}
</style>
background-color css
<style>
a { background-color: #A211CD; }
a { background-color: rgb(162,17,205); }
div.DivClassName
{
background-color: #A211CD;
}
.BgClassName
{
background-color: #A211CD;
}
</style>
border-color css
<style>
span { border-color: #A211CD; }
span { border-color: rgb(162,17,205); }
td.TdClassName
{
border-color: #A211CD;
}
.TagClassName
{
border-color: #A211CD;
}
</style>