Shades of Dark Violet #A007EC
Tints of Dark Violet #A007EC
RGB
CMYK
RGB Variations
Color information
#A007EC (or 0xA007EC) is known color: Dark Violet. HEX triplet: A0, 07 and EC. RGB value is (160,7,236). Sum of RGB (Red+Green+Blue) = 160+7+236=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #A007EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A007EC is #5FF813. Grayscale: #4E4E4E. Windows color (decimal): -6289428 or 15468448. OLE color: 15468448.
HSL color Cylindrical-coordinate representation of color #A007EC: hue angle of 280.09º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007EC is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 7 | 236 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.07 |
| HSL | 280.09º | 0.94% | 0.48% | - |
| HSV(B) | 280.09º | 0.97% | 0.93% | - |
| XYZ | 29.71 | 13.68 | 80.43 | - |
| YUV | 78.85 | 216.69 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 236 | 0.32 | 0.97 | 0 | 0.07 | 280.09 | 0.94 | 0.48 |
| Hex | A0 | 7 | EC | 20 | 61 | 0 | 7 | 118 | 5E | 30 |
| Octal | 240 | 7 | 354 | 40 | 141 | 0 | 7 | 430 | 136 | 60 |
| Binary | 10100000 | 111 | 11101100 | 100000 | 1100001 | 0 | 111 | 100011000 | 1011110 | 110000 |
Color Harmonies of #A007EC
Complementary color
Monochromatic Colors of #A007EC
Black with #A007EC
Text Example
Text Example
White with #A007EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007EC; }
p { color: rgb(160,7,236); }
H1.HeaderClassName
{
color: #A007EC;
}
.AnyTagClassName
{
color: #A007EC;
}
</style>
background-color css
<style>
a { background-color: #A007EC; }
a { background-color: rgb(160,7,236); }
div.DivClassName
{
background-color: #A007EC;
}
.BgClassName
{
background-color: #A007EC;
}
</style>
border-color css
<style>
span { border-color: #A007EC; }
span { border-color: rgb(160,7,236); }
td.TdClassName
{
border-color: #A007EC;
}
.TagClassName
{
border-color: #A007EC;
}
</style>