Shades of Dark Violet #A200E3
Tints of Dark Violet #A200E3
RGB
CMYK
RGB Variations
Color information
#A200E3 (or 0xA200E3) is known color: Dark Violet. HEX triplet: A2, 00 and E3. RGB value is (162,0,227). Sum of RGB (Red+Green+Blue) = 162+0+227=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 227 (89.06% from 255 or 58.35% from 389); Max value from RGB is 227 - color contains mainly: blue. Hex color #A200E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200E3 is #5DFF1C. Grayscale: #494949. Windows color (decimal): -6160157 or 14876834. OLE color: 14876834.
HSL color Cylindrical-coordinate representation of color #A200E3: hue angle of 282.82º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200E3 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 0 | 227 | - |
| CMYK | 0.29 | 1 | 0 | 0.11 |
| HSL | 282.82º | 1% | 0.45% | - |
| HSV(B) | 282.82º | 1% | 0.89% | - |
| XYZ | 28.77 | 13.23 | 73.71 | - |
| YUV | 74.32 | 214.17 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 227 | 0.29 | 1 | 0 | 0.11 | 282.82 | 1 | 0.45 |
| Hex | A2 | 0 | E3 | 1D | 64 | 0 | B | 11B | 64 | 2D |
| Octal | 242 | 0 | 343 | 35 | 144 | 0 | 13 | 433 | 144 | 55 |
| Binary | 10100010 | 0 | 11100011 | 11101 | 1100100 | 0 | 1011 | 100011011 | 1100100 | 101101 |
Color Harmonies of #A200E3
Complementary color
Monochromatic Colors of #A200E3
Black with #A200E3
Text Example
Text Example
White with #A200E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200E3; }
p { color: rgb(162,0,227); }
H1.HeaderClassName
{
color: #A200E3;
}
.AnyTagClassName
{
color: #A200E3;
}
</style>
background-color css
<style>
a { background-color: #A200E3; }
a { background-color: rgb(162,0,227); }
div.DivClassName
{
background-color: #A200E3;
}
.BgClassName
{
background-color: #A200E3;
}
</style>
border-color css
<style>
span { border-color: #A200E3; }
span { border-color: rgb(162,0,227); }
td.TdClassName
{
border-color: #A200E3;
}
.TagClassName
{
border-color: #A200E3;
}
</style>