Shades of Dark Violet #A107EC
Tints of Dark Violet #A107EC
RGB
CMYK
RGB Variations
Color information
#A107EC (or 0xA107EC) is known color: Dark Violet. HEX triplet: A1, 07 and EC. RGB value is (161,7,236). Sum of RGB (Red+Green+Blue) = 161+7+236=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #A107EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A107EC is #5EF813. Grayscale: #4E4E4E. Windows color (decimal): -6223892 or 15468449. OLE color: 15468449.
HSL color Cylindrical-coordinate representation of color #A107EC: hue angle of 280.35º 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 #A107EC is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 7 | 236 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.07 |
| HSL | 280.35º | 0.94% | 0.48% | - |
| HSV(B) | 280.35º | 0.97% | 0.93% | - |
| XYZ | 29.91 | 13.79 | 80.44 | - |
| YUV | 79.15 | 216.52 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 236 | 0.32 | 0.97 | 0 | 0.07 | 280.35 | 0.94 | 0.48 |
| Hex | A1 | 7 | EC | 20 | 61 | 0 | 7 | 118 | 5E | 30 |
| Octal | 241 | 7 | 354 | 40 | 141 | 0 | 7 | 430 | 136 | 60 |
| Binary | 10100001 | 111 | 11101100 | 100000 | 1100001 | 0 | 111 | 100011000 | 1011110 | 110000 |
Color Harmonies of #A107EC
Complementary color
Monochromatic Colors of #A107EC
Black with #A107EC
Text Example
Text Example
White with #A107EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A107EC; }
p { color: rgb(161,7,236); }
H1.HeaderClassName
{
color: #A107EC;
}
.AnyTagClassName
{
color: #A107EC;
}
</style>
background-color css
<style>
a { background-color: #A107EC; }
a { background-color: rgb(161,7,236); }
div.DivClassName
{
background-color: #A107EC;
}
.BgClassName
{
background-color: #A107EC;
}
</style>
border-color css
<style>
span { border-color: #A107EC; }
span { border-color: rgb(161,7,236); }
td.TdClassName
{
border-color: #A107EC;
}
.TagClassName
{
border-color: #A107EC;
}
</style>