Shades of Dark Violet #A200E5
Tints of Dark Violet #A200E5
RGB
CMYK
RGB Variations
Color information
#A200E5 (or 0xA200E5) is known color: Dark Violet. HEX triplet: A2, 00 and E5. RGB value is (162,0,229). Sum of RGB (Red+Green+Blue) = 162+0+229=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #A200E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200E5 is #5DFF1A. Grayscale: #494949. Windows color (decimal): -6160155 or 15007906. OLE color: 15007906.
HSL color Cylindrical-coordinate representation of color #A200E5: hue angle of 282.45º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200E5 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 0 | 229 | - |
| CMYK | 0.29 | 1 | 0 | 0.10 |
| HSL | 282.45º | 1% | 0.45% | - |
| HSV(B) | 282.45º | 1% | 0.9% | - |
| XYZ | 29.04 | 13.34 | 75.17 | - |
| YUV | 74.54 | 215.17 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 229 | 0.29 | 1 | 0 | 0.10 | 282.45 | 1 | 0.45 |
| Hex | A2 | 0 | E5 | 1D | 64 | 0 | A | 11A | 64 | 2D |
| Octal | 242 | 0 | 345 | 35 | 144 | 0 | 12 | 432 | 144 | 55 |
| Binary | 10100010 | 0 | 11100101 | 11101 | 1100100 | 0 | 1010 | 100011010 | 1100100 | 101101 |
Color Harmonies of #A200E5
Complementary color
Monochromatic Colors of #A200E5
Black with #A200E5
Text Example
Text Example
White with #A200E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200E5; }
p { color: rgb(162,0,229); }
H1.HeaderClassName
{
color: #A200E5;
}
.AnyTagClassName
{
color: #A200E5;
}
</style>
background-color css
<style>
a { background-color: #A200E5; }
a { background-color: rgb(162,0,229); }
div.DivClassName
{
background-color: #A200E5;
}
.BgClassName
{
background-color: #A200E5;
}
</style>
border-color css
<style>
span { border-color: #A200E5; }
span { border-color: rgb(162,0,229); }
td.TdClassName
{
border-color: #A200E5;
}
.TagClassName
{
border-color: #A200E5;
}
</style>