Shades of Dark Violet #A210C7
Tints of Dark Violet #A210C7
RGB
CMYK
RGB Variations
Color information
#A210C7 (or 0xA210C7) is known color: Dark Violet. HEX triplet: A2, 10 and C7. RGB value is (162,16,199). Sum of RGB (Red+Green+Blue) = 162+16+199=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #A210C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210C7 is #5DEF38. Grayscale: #4F4F4F. Windows color (decimal): -6156089 or 13045922. OLE color: 13045922.
HSL color Cylindrical-coordinate representation of color #A210C7: hue angle of 287.87º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A210C7 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 16 | 199 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.22 |
| HSL | 287.87º | 0.85% | 0.42% | - |
| HSV(B) | 287.87º | 0.92% | 0.78% | - |
| XYZ | 25.39 | 12.18 | 55.04 | - |
| YUV | 80.52 | 194.87 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 199 | 0.19 | 0.92 | 0 | 0.22 | 287.87 | 0.85 | 0.42 |
| Hex | A2 | 10 | C7 | 13 | 5C | 0 | 16 | 120 | 55 | 2A |
| Octal | 242 | 20 | 307 | 23 | 134 | 0 | 26 | 440 | 125 | 52 |
| Binary | 10100010 | 10000 | 11000111 | 10011 | 1011100 | 0 | 10110 | 100100000 | 1010101 | 101010 |
Color Harmonies of #A210C7
Complementary color
Monochromatic Colors of #A210C7
Black with #A210C7
Text Example
Text Example
White with #A210C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210C7; }
p { color: rgb(162,16,199); }
H1.HeaderClassName
{
color: #A210C7;
}
.AnyTagClassName
{
color: #A210C7;
}
</style>
background-color css
<style>
a { background-color: #A210C7; }
a { background-color: rgb(162,16,199); }
div.DivClassName
{
background-color: #A210C7;
}
.BgClassName
{
background-color: #A210C7;
}
</style>
border-color css
<style>
span { border-color: #A210C7; }
span { border-color: rgb(162,16,199); }
td.TdClassName
{
border-color: #A210C7;
}
.TagClassName
{
border-color: #A210C7;
}
</style>