Shades of Dark Violet #A007E6
Tints of Dark Violet #A007E6
RGB
CMYK
RGB Variations
Color information
#A007E6 (or 0xA007E6) is known color: Dark Violet. HEX triplet: A0, 07 and E6. RGB value is (160,7,230). Sum of RGB (Red+Green+Blue) = 160+7+230=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #A007E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007E6 is #5FF819. Grayscale: #4D4D4D. Windows color (decimal): -6289434 or 15075232. OLE color: 15075232.
HSL color Cylindrical-coordinate representation of color #A007E6: hue angle of 281.17º degrees, saturation: 0.94, 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 #A007E6 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 7 | 230 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.10 |
| HSL | 281.17º | 0.94% | 0.46% | - |
| HSV(B) | 281.17º | 0.97% | 0.9% | - |
| XYZ | 28.86 | 13.34 | 75.92 | - |
| YUV | 78.17 | 213.69 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 230 | 0.30 | 0.97 | 0 | 0.10 | 281.17 | 0.94 | 0.46 |
| Hex | A0 | 7 | E6 | 1E | 61 | 0 | A | 119 | 5E | 2E |
| Octal | 240 | 7 | 346 | 36 | 141 | 0 | 12 | 431 | 136 | 56 |
| Binary | 10100000 | 111 | 11100110 | 11110 | 1100001 | 0 | 1010 | 100011001 | 1011110 | 101110 |
Color Harmonies of #A007E6
Complementary color
Monochromatic Colors of #A007E6
Black with #A007E6
Text Example
Text Example
White with #A007E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007E6; }
p { color: rgb(160,7,230); }
H1.HeaderClassName
{
color: #A007E6;
}
.AnyTagClassName
{
color: #A007E6;
}
</style>
background-color css
<style>
a { background-color: #A007E6; }
a { background-color: rgb(160,7,230); }
div.DivClassName
{
background-color: #A007E6;
}
.BgClassName
{
background-color: #A007E6;
}
</style>
border-color css
<style>
span { border-color: #A007E6; }
span { border-color: rgb(160,7,230); }
td.TdClassName
{
border-color: #A007E6;
}
.TagClassName
{
border-color: #A007E6;
}
</style>