Shades of Dark Violet #A000E3
Tints of Dark Violet #A000E3
RGB
CMYK
RGB Variations
Color information
#A000E3 (or 0xA000E3) is known color: Dark Violet. HEX triplet: A0, 00 and E3. RGB value is (160,0,227). Sum of RGB (Red+Green+Blue) = 160+0+227=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 227 (89.06% from 255 or 58.66% from 387); Max value from RGB is 227 - color contains mainly: blue. Hex color #A000E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000E3 is #5FFF1C. Grayscale: #484848. Windows color (decimal): -6291229 or 14876832. OLE color: 14876832.
HSL color Cylindrical-coordinate representation of color #A000E3: hue angle of 282.29º 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 #A000E3 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 0 | 227 | - |
| CMYK | 0.30 | 1 | 0 | 0.11 |
| HSL | 282.29º | 1% | 0.45% | - |
| HSV(B) | 282.29º | 1% | 0.89% | - |
| XYZ | 28.36 | 13.02 | 73.69 | - |
| YUV | 73.72 | 214.51 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 227 | 0.30 | 1 | 0 | 0.11 | 282.29 | 1 | 0.45 |
| Hex | A0 | 0 | E3 | 1E | 64 | 0 | B | 11A | 64 | 2D |
| Octal | 240 | 0 | 343 | 36 | 144 | 0 | 13 | 432 | 144 | 55 |
| Binary | 10100000 | 0 | 11100011 | 11110 | 1100100 | 0 | 1011 | 100011010 | 1100100 | 101101 |
Color Harmonies of #A000E3
Complementary color
Monochromatic Colors of #A000E3
Black with #A000E3
Text Example
Text Example
White with #A000E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000E3; }
p { color: rgb(160,0,227); }
H1.HeaderClassName
{
color: #A000E3;
}
.AnyTagClassName
{
color: #A000E3;
}
</style>
background-color css
<style>
a { background-color: #A000E3; }
a { background-color: rgb(160,0,227); }
div.DivClassName
{
background-color: #A000E3;
}
.BgClassName
{
background-color: #A000E3;
}
</style>
border-color css
<style>
span { border-color: #A000E3; }
span { border-color: rgb(160,0,227); }
td.TdClassName
{
border-color: #A000E3;
}
.TagClassName
{
border-color: #A000E3;
}
</style>