Shades of Dark Violet #A000EB
Tints of Dark Violet #A000EB
RGB
CMYK
RGB Variations
Color information
#A000EB (or 0xA000EB) is known color: Dark Violet. HEX triplet: A0, 00 and EB. RGB value is (160,0,235). Sum of RGB (Red+Green+Blue) = 160+0+235=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #A000EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A000EB is #5FFF14. Grayscale: #494949. Windows color (decimal): -6291221 or 15401120. OLE color: 15401120.
HSL color Cylindrical-coordinate representation of color #A000EB: hue angle of 280.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000EB is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 0 | 235 | - |
| CMYK | 0.32 | 1 | 0 | 0.08 |
| HSL | 280.85º | 1% | 0.46% | - |
| HSV(B) | 280.85º | 1% | 0.92% | - |
| XYZ | 29.49 | 13.47 | 79.64 | - |
| YUV | 74.63 | 218.51 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 235 | 0.32 | 1 | 0 | 0.08 | 280.85 | 1 | 0.46 |
| Hex | A0 | 0 | EB | 20 | 64 | 0 | 8 | 119 | 64 | 2E |
| Octal | 240 | 0 | 353 | 40 | 144 | 0 | 10 | 431 | 144 | 56 |
| Binary | 10100000 | 0 | 11101011 | 100000 | 1100100 | 0 | 1000 | 100011001 | 1100100 | 101110 |
Color Harmonies of #A000EB
Complementary color
Monochromatic Colors of #A000EB
Black with #A000EB
Text Example
Text Example
White with #A000EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000EB; }
p { color: rgb(160,0,235); }
H1.HeaderClassName
{
color: #A000EB;
}
.AnyTagClassName
{
color: #A000EB;
}
</style>
background-color css
<style>
a { background-color: #A000EB; }
a { background-color: rgb(160,0,235); }
div.DivClassName
{
background-color: #A000EB;
}
.BgClassName
{
background-color: #A000EB;
}
</style>
border-color css
<style>
span { border-color: #A000EB; }
span { border-color: rgb(160,0,235); }
td.TdClassName
{
border-color: #A000EB;
}
.TagClassName
{
border-color: #A000EB;
}
</style>