Shades of Dark Violet #A008E7
Tints of Dark Violet #A008E7
RGB
CMYK
RGB Variations
Color information
#A008E7 (or 0xA008E7) is known color: Dark Violet. HEX triplet: A0, 08 and E7. RGB value is (160,8,231). Sum of RGB (Red+Green+Blue) = 160+8+231=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 231 (90.62% from 255 or 57.89% from 399); Max value from RGB is 231 - color contains mainly: blue. Hex color #A008E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A008E7 is #5FF718. Grayscale: #4E4E4E. Windows color (decimal): -6289177 or 15141024. OLE color: 15141024.
HSL color Cylindrical-coordinate representation of color #A008E7: hue angle of 280.9º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A008E7 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 8 | 231 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.09 |
| HSL | 280.9º | 0.93% | 0.47% | - |
| HSV(B) | 280.9º | 0.97% | 0.91% | - |
| XYZ | 29.01 | 13.42 | 76.66 | - |
| YUV | 78.87 | 213.86 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 231 | 0.31 | 0.97 | 0 | 0.09 | 280.9 | 0.93 | 0.47 |
| Hex | A0 | 8 | E7 | 1F | 61 | 0 | 9 | 119 | 5D | 2F |
| Octal | 240 | 10 | 347 | 37 | 141 | 0 | 11 | 431 | 135 | 57 |
| Binary | 10100000 | 1000 | 11100111 | 11111 | 1100001 | 0 | 1001 | 100011001 | 1011101 | 101111 |
Color Harmonies of #A008E7
Complementary color
Monochromatic Colors of #A008E7
Black with #A008E7
Text Example
Text Example
White with #A008E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008E7; }
p { color: rgb(160,8,231); }
H1.HeaderClassName
{
color: #A008E7;
}
.AnyTagClassName
{
color: #A008E7;
}
</style>
background-color css
<style>
a { background-color: #A008E7; }
a { background-color: rgb(160,8,231); }
div.DivClassName
{
background-color: #A008E7;
}
.BgClassName
{
background-color: #A008E7;
}
</style>
border-color css
<style>
span { border-color: #A008E7; }
span { border-color: rgb(160,8,231); }
td.TdClassName
{
border-color: #A008E7;
}
.TagClassName
{
border-color: #A008E7;
}
</style>