Shades of Dark Violet #A201EA
Tints of Dark Violet #A201EA
RGB
CMYK
RGB Variations
Color information
#A201EA (or 0xA201EA) is known color: Dark Violet. HEX triplet: A2, 01 and EA. RGB value is (162,1,234). Sum of RGB (Red+Green+Blue) = 162+1+234=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #A201EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A201EA is #5DFE15. Grayscale: #4A4A4A. Windows color (decimal): -6159894 or 15335842. OLE color: 15335842.
HSL color Cylindrical-coordinate representation of color #A201EA: hue angle of 281.46º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201EA is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 1 | 234 | - |
| CMYK | 0.31 | 1.00 | 0 | 0.08 |
| HSL | 281.46º | 0.99% | 0.46% | - |
| HSV(B) | 281.46º | 1% | 0.92% | - |
| XYZ | 29.76 | 13.64 | 78.91 | - |
| YUV | 75.7 | 217.34 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 234 | 0.31 | 1.00 | 0 | 0.08 | 281.46 | 0.99 | 0.46 |
| Hex | A2 | 1 | EA | 1F | 64 | 0 | 8 | 119 | 63 | 2E |
| Octal | 242 | 1 | 352 | 37 | 144 | 0 | 10 | 431 | 143 | 56 |
| Binary | 10100010 | 1 | 11101010 | 11111 | 1100100 | 0 | 1000 | 100011001 | 1100011 | 101110 |
Color Harmonies of #A201EA
Complementary color
Monochromatic Colors of #A201EA
Black with #A201EA
Text Example
Text Example
White with #A201EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201EA; }
p { color: rgb(162,1,234); }
H1.HeaderClassName
{
color: #A201EA;
}
.AnyTagClassName
{
color: #A201EA;
}
</style>
background-color css
<style>
a { background-color: #A201EA; }
a { background-color: rgb(162,1,234); }
div.DivClassName
{
background-color: #A201EA;
}
.BgClassName
{
background-color: #A201EA;
}
</style>
border-color css
<style>
span { border-color: #A201EA; }
span { border-color: rgb(162,1,234); }
td.TdClassName
{
border-color: #A201EA;
}
.TagClassName
{
border-color: #A201EA;
}
</style>