Shades of Dark Violet #A201DE
Tints of Dark Violet #A201DE
RGB
CMYK
RGB Variations
Color information
#A201DE (or 0xA201DE) is known color: Dark Violet. HEX triplet: A2, 01 and DE. RGB value is (162,1,222). Sum of RGB (Red+Green+Blue) = 162+1+222=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #A201DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201DE is #5DFE21. Grayscale: #494949. Windows color (decimal): -6159906 or 14549410. OLE color: 14549410.
HSL color Cylindrical-coordinate representation of color #A201DE: hue angle of 283.71º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201DE is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 1 | 222 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.13 |
| HSL | 283.71º | 0.99% | 0.44% | - |
| HSV(B) | 283.71º | 1% | 0.87% | - |
| XYZ | 28.1 | 12.98 | 70.13 | - |
| YUV | 74.33 | 211.34 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 222 | 0.27 | 1.00 | 0 | 0.13 | 283.71 | 0.99 | 0.44 |
| Hex | A2 | 1 | DE | 1B | 64 | 0 | D | 11C | 63 | 2C |
| Octal | 242 | 1 | 336 | 33 | 144 | 0 | 15 | 434 | 143 | 54 |
| Binary | 10100010 | 1 | 11011110 | 11011 | 1100100 | 0 | 1101 | 100011100 | 1100011 | 101100 |
Color Harmonies of #A201DE
Complementary color
Monochromatic Colors of #A201DE
Black with #A201DE
Text Example
Text Example
White with #A201DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201DE; }
p { color: rgb(162,1,222); }
H1.HeaderClassName
{
color: #A201DE;
}
.AnyTagClassName
{
color: #A201DE;
}
</style>
background-color css
<style>
a { background-color: #A201DE; }
a { background-color: rgb(162,1,222); }
div.DivClassName
{
background-color: #A201DE;
}
.BgClassName
{
background-color: #A201DE;
}
</style>
border-color css
<style>
span { border-color: #A201DE; }
span { border-color: rgb(162,1,222); }
td.TdClassName
{
border-color: #A201DE;
}
.TagClassName
{
border-color: #A201DE;
}
</style>