Shades of Dark Violet #A005EB
Tints of Dark Violet #A005EB
RGB
CMYK
RGB Variations
Color information
#A005EB (or 0xA005EB) is known color: Dark Violet. HEX triplet: A0, 05 and EB. RGB value is (160,5,235). Sum of RGB (Red+Green+Blue) = 160+5+235=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #A005EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005EB is #5FFA14. Grayscale: #4C4C4C. Windows color (decimal): -6289941 or 15402400. OLE color: 15402400.
HSL color Cylindrical-coordinate representation of color #A005EB: hue angle of 280.43º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005EB is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 5 | 235 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.08 |
| HSL | 280.43º | 0.96% | 0.47% | - |
| HSV(B) | 280.43º | 0.98% | 0.92% | - |
| XYZ | 29.55 | 13.58 | 79.66 | - |
| YUV | 77.57 | 216.85 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 235 | 0.32 | 0.98 | 0 | 0.08 | 280.43 | 0.96 | 0.47 |
| Hex | A0 | 5 | EB | 20 | 62 | 0 | 8 | 118 | 60 | 2F |
| Octal | 240 | 5 | 353 | 40 | 142 | 0 | 10 | 430 | 140 | 57 |
| Binary | 10100000 | 101 | 11101011 | 100000 | 1100010 | 0 | 1000 | 100011000 | 1100000 | 101111 |
Color Harmonies of #A005EB
Complementary color
Monochromatic Colors of #A005EB
Black with #A005EB
Text Example
Text Example
White with #A005EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005EB; }
p { color: rgb(160,5,235); }
H1.HeaderClassName
{
color: #A005EB;
}
.AnyTagClassName
{
color: #A005EB;
}
</style>
background-color css
<style>
a { background-color: #A005EB; }
a { background-color: rgb(160,5,235); }
div.DivClassName
{
background-color: #A005EB;
}
.BgClassName
{
background-color: #A005EB;
}
</style>
border-color css
<style>
span { border-color: #A005EB; }
span { border-color: rgb(160,5,235); }
td.TdClassName
{
border-color: #A005EB;
}
.TagClassName
{
border-color: #A005EB;
}
</style>