Shades of Dark Violet #A201C1
Tints of Dark Violet #A201C1
RGB
CMYK
RGB Variations
Color information
#A201C1 (or 0xA201C1) is known color: Dark Violet. HEX triplet: A2, 01 and C1. RGB value is (162,1,193). Sum of RGB (Red+Green+Blue) = 162+1+193=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #A201C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201C1 is #5DFE3E. Grayscale: #464646. Windows color (decimal): -6159935 or 12648866. OLE color: 12648866.
HSL color Cylindrical-coordinate representation of color #A201C1: hue angle of 290.31º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A201C1 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 1 | 193 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.24 |
| HSL | 290.31º | 0.99% | 0.38% | - |
| HSV(B) | 290.31º | 0.99% | 0.76% | - |
| XYZ | 24.54 | 11.55 | 51.39 | - |
| YUV | 71.03 | 196.84 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 193 | 0.16 | 0.99 | 0 | 0.24 | 290.31 | 0.99 | 0.38 |
| Hex | A2 | 1 | C1 | 10 | 63 | 0 | 18 | 122 | 63 | 26 |
| Octal | 242 | 1 | 301 | 20 | 143 | 0 | 30 | 442 | 143 | 46 |
| Binary | 10100010 | 1 | 11000001 | 10000 | 1100011 | 0 | 11000 | 100100010 | 1100011 | 100110 |
Color Harmonies of #A201C1
Complementary color
Monochromatic Colors of #A201C1
Black with #A201C1
Text Example
Text Example
White with #A201C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201C1; }
p { color: rgb(162,1,193); }
H1.HeaderClassName
{
color: #A201C1;
}
.AnyTagClassName
{
color: #A201C1;
}
</style>
background-color css
<style>
a { background-color: #A201C1; }
a { background-color: rgb(162,1,193); }
div.DivClassName
{
background-color: #A201C1;
}
.BgClassName
{
background-color: #A201C1;
}
</style>
border-color css
<style>
span { border-color: #A201C1; }
span { border-color: rgb(162,1,193); }
td.TdClassName
{
border-color: #A201C1;
}
.TagClassName
{
border-color: #A201C1;
}
</style>