Shades of Dark Violet #A201E9
Tints of Dark Violet #A201E9
RGB
CMYK
RGB Variations
Color information
#A201E9 (or 0xA201E9) is known color: Dark Violet. HEX triplet: A2, 01 and E9. RGB value is (162,1,233). Sum of RGB (Red+Green+Blue) = 162+1+233=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 233 (91.41% from 255 or 58.84% from 396); Max value from RGB is 233 - color contains mainly: blue. Hex color #A201E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A201E9 is #5DFE16. Grayscale: #4A4A4A. Windows color (decimal): -6159895 or 15270306. OLE color: 15270306.
HSL color Cylindrical-coordinate representation of color #A201E9: hue angle of 281.64º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201E9 is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 1 | 233 | - |
| CMYK | 0.30 | 1.00 | 0 | 0.09 |
| HSL | 281.64º | 0.99% | 0.46% | - |
| HSV(B) | 281.64º | 1% | 0.91% | - |
| XYZ | 29.62 | 13.59 | 78.15 | - |
| YUV | 75.59 | 216.84 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 233 | 0.30 | 1.00 | 0 | 0.09 | 281.64 | 0.99 | 0.46 |
| Hex | A2 | 1 | E9 | 1E | 64 | 0 | 9 | 11A | 63 | 2E |
| Octal | 242 | 1 | 351 | 36 | 144 | 0 | 11 | 432 | 143 | 56 |
| Binary | 10100010 | 1 | 11101001 | 11110 | 1100100 | 0 | 1001 | 100011010 | 1100011 | 101110 |
Color Harmonies of #A201E9
Complementary color
Monochromatic Colors of #A201E9
Black with #A201E9
Text Example
Text Example
White with #A201E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201E9; }
p { color: rgb(162,1,233); }
H1.HeaderClassName
{
color: #A201E9;
}
.AnyTagClassName
{
color: #A201E9;
}
</style>
background-color css
<style>
a { background-color: #A201E9; }
a { background-color: rgb(162,1,233); }
div.DivClassName
{
background-color: #A201E9;
}
.BgClassName
{
background-color: #A201E9;
}
</style>
border-color css
<style>
span { border-color: #A201E9; }
span { border-color: rgb(162,1,233); }
td.TdClassName
{
border-color: #A201E9;
}
.TagClassName
{
border-color: #A201E9;
}
</style>