Shades of Dark Violet #A201EE
Tints of Dark Violet #A201EE
RGB
CMYK
RGB Variations
Color information
#A201EE (or 0xA201EE) is known color: Dark Violet. HEX triplet: A2, 01 and EE. RGB value is (162,1,238). Sum of RGB (Red+Green+Blue) = 162+1+238=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #A201EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A201EE is #5DFE11. Grayscale: #4B4B4B. Windows color (decimal): -6159890 or 15597986. OLE color: 15597986.
HSL color Cylindrical-coordinate representation of color #A201EE: hue angle of 280.76º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201EE is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 1 | 238 | - |
| CMYK | 0.32 | 1.00 | 0 | 0.07 |
| HSL | 280.76º | 0.99% | 0.47% | - |
| HSV(B) | 280.76º | 1% | 0.93% | - |
| XYZ | 30.34 | 13.88 | 81.97 | - |
| YUV | 76.16 | 219.34 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 238 | 0.32 | 1.00 | 0 | 0.07 | 280.76 | 0.99 | 0.47 |
| Hex | A2 | 1 | EE | 20 | 64 | 0 | 7 | 119 | 63 | 2F |
| Octal | 242 | 1 | 356 | 40 | 144 | 0 | 7 | 431 | 143 | 57 |
| Binary | 10100010 | 1 | 11101110 | 100000 | 1100100 | 0 | 111 | 100011001 | 1100011 | 101111 |
Color Harmonies of #A201EE
Complementary color
Monochromatic Colors of #A201EE
Black with #A201EE
Text Example
Text Example
White with #A201EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201EE; }
p { color: rgb(162,1,238); }
H1.HeaderClassName
{
color: #A201EE;
}
.AnyTagClassName
{
color: #A201EE;
}
</style>
background-color css
<style>
a { background-color: #A201EE; }
a { background-color: rgb(162,1,238); }
div.DivClassName
{
background-color: #A201EE;
}
.BgClassName
{
background-color: #A201EE;
}
</style>
border-color css
<style>
span { border-color: #A201EE; }
span { border-color: rgb(162,1,238); }
td.TdClassName
{
border-color: #A201EE;
}
.TagClassName
{
border-color: #A201EE;
}
</style>