Shades of Dark Violet #A201CE
Tints of Dark Violet #A201CE
RGB
CMYK
RGB Variations
Color information
#A201CE (or 0xA201CE) is known color: Dark Violet. HEX triplet: A2, 01 and CE. RGB value is (162,1,206). Sum of RGB (Red+Green+Blue) = 162+1+206=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #A201CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201CE is #5DFE31. Grayscale: #474747. Windows color (decimal): -6159922 or 13500834. OLE color: 13500834.
HSL color Cylindrical-coordinate representation of color #A201CE: hue angle of 287.12º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201CE is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 1 | 206 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.19 |
| HSL | 287.12º | 0.99% | 0.41% | - |
| HSV(B) | 287.12º | 1% | 0.81% | - |
| XYZ | 26.05 | 12.16 | 59.37 | - |
| YUV | 72.51 | 203.34 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 206 | 0.21 | 1.00 | 0 | 0.19 | 287.12 | 0.99 | 0.41 |
| Hex | A2 | 1 | CE | 15 | 64 | 0 | 13 | 11F | 63 | 29 |
| Octal | 242 | 1 | 316 | 25 | 144 | 0 | 23 | 437 | 143 | 51 |
| Binary | 10100010 | 1 | 11001110 | 10101 | 1100100 | 0 | 10011 | 100011111 | 1100011 | 101001 |
Color Harmonies of #A201CE
Complementary color
Monochromatic Colors of #A201CE
Black with #A201CE
Text Example
Text Example
White with #A201CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201CE; }
p { color: rgb(162,1,206); }
H1.HeaderClassName
{
color: #A201CE;
}
.AnyTagClassName
{
color: #A201CE;
}
</style>
background-color css
<style>
a { background-color: #A201CE; }
a { background-color: rgb(162,1,206); }
div.DivClassName
{
background-color: #A201CE;
}
.BgClassName
{
background-color: #A201CE;
}
</style>
border-color css
<style>
span { border-color: #A201CE; }
span { border-color: rgb(162,1,206); }
td.TdClassName
{
border-color: #A201CE;
}
.TagClassName
{
border-color: #A201CE;
}
</style>