Shades of Dark Violet #A201C0
Tints of Dark Violet #A201C0
RGB
CMYK
RGB Variations
Color information
#A201C0 (or 0xA201C0) is known color: Dark Violet. HEX triplet: A2, 01 and C0. RGB value is (162,1,192). Sum of RGB (Red+Green+Blue) = 162+1+192=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #A201C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201C0 is #5DFE3F. Grayscale: #464646. Windows color (decimal): -6159936 or 12583330. OLE color: 12583330.
HSL color Cylindrical-coordinate representation of color #A201C0: hue angle of 290.58º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A201C0 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 1 | 192 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.25 |
| HSL | 290.58º | 0.99% | 0.38% | - |
| HSV(B) | 290.58º | 0.99% | 0.75% | - |
| XYZ | 24.43 | 11.51 | 50.8 | - |
| YUV | 70.91 | 196.34 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 192 | 0.16 | 0.99 | 0 | 0.25 | 290.58 | 0.99 | 0.38 |
| Hex | A2 | 1 | C0 | 10 | 63 | 0 | 19 | 123 | 63 | 26 |
| Octal | 242 | 1 | 300 | 20 | 143 | 0 | 31 | 443 | 143 | 46 |
| Binary | 10100010 | 1 | 11000000 | 10000 | 1100011 | 0 | 11001 | 100100011 | 1100011 | 100110 |
Color Harmonies of #A201C0
Complementary color
Monochromatic Colors of #A201C0
Black with #A201C0
Text Example
Text Example
White with #A201C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201C0; }
p { color: rgb(162,1,192); }
H1.HeaderClassName
{
color: #A201C0;
}
.AnyTagClassName
{
color: #A201C0;
}
</style>
background-color css
<style>
a { background-color: #A201C0; }
a { background-color: rgb(162,1,192); }
div.DivClassName
{
background-color: #A201C0;
}
.BgClassName
{
background-color: #A201C0;
}
</style>
border-color css
<style>
span { border-color: #A201C0; }
span { border-color: rgb(162,1,192); }
td.TdClassName
{
border-color: #A201C0;
}
.TagClassName
{
border-color: #A201C0;
}
</style>