Shades of Dark Violet #A008E5
Tints of Dark Violet #A008E5
RGB
CMYK
RGB Variations
Color information
#A008E5 (or 0xA008E5) is known color: Dark Violet. HEX triplet: A0, 08 and E5. RGB value is (160,8,229). Sum of RGB (Red+Green+Blue) = 160+8+229=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #A008E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008E5 is #5FF71A. Grayscale: #4D4D4D. Windows color (decimal): -6289179 or 15009952. OLE color: 15009952.
HSL color Cylindrical-coordinate representation of color #A008E5: hue angle of 281.27º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A008E5 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 8 | 229 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.10 |
| HSL | 281.27º | 0.93% | 0.46% | - |
| HSV(B) | 281.27º | 0.97% | 0.9% | - |
| XYZ | 28.73 | 13.3 | 75.18 | - |
| YUV | 78.64 | 212.86 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 229 | 0.30 | 0.97 | 0 | 0.10 | 281.27 | 0.93 | 0.46 |
| Hex | A0 | 8 | E5 | 1E | 61 | 0 | A | 119 | 5D | 2E |
| Octal | 240 | 10 | 345 | 36 | 141 | 0 | 12 | 431 | 135 | 56 |
| Binary | 10100000 | 1000 | 11100101 | 11110 | 1100001 | 0 | 1010 | 100011001 | 1011101 | 101110 |
Color Harmonies of #A008E5
Complementary color
Monochromatic Colors of #A008E5
Black with #A008E5
Text Example
Text Example
White with #A008E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008E5; }
p { color: rgb(160,8,229); }
H1.HeaderClassName
{
color: #A008E5;
}
.AnyTagClassName
{
color: #A008E5;
}
</style>
background-color css
<style>
a { background-color: #A008E5; }
a { background-color: rgb(160,8,229); }
div.DivClassName
{
background-color: #A008E5;
}
.BgClassName
{
background-color: #A008E5;
}
</style>
border-color css
<style>
span { border-color: #A008E5; }
span { border-color: rgb(160,8,229); }
td.TdClassName
{
border-color: #A008E5;
}
.TagClassName
{
border-color: #A008E5;
}
</style>