Shades of Dark Violet #A407EC
Tints of Dark Violet #A407EC
RGB
CMYK
RGB Variations
Color information
#A407EC (or 0xA407EC) is known color: Dark Violet. HEX triplet: A4, 07 and EC. RGB value is (164,7,236). Sum of RGB (Red+Green+Blue) = 164+7+236=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #A407EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A407EC is #5BF813. Grayscale: #4F4F4F. Windows color (decimal): -6027284 or 15468452. OLE color: 15468452.
HSL color Cylindrical-coordinate representation of color #A407EC: hue angle of 281.14º 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 #A407EC is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 7 | 236 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.07 |
| HSL | 281.14º | 0.94% | 0.48% | - |
| HSV(B) | 281.14º | 0.97% | 0.93% | - |
| XYZ | 30.53 | 14.1 | 80.47 | - |
| YUV | 80.05 | 216.01 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 236 | 0.31 | 0.97 | 0 | 0.07 | 281.14 | 0.94 | 0.48 |
| Hex | A4 | 7 | EC | 1F | 61 | 0 | 7 | 119 | 5E | 30 |
| Octal | 244 | 7 | 354 | 37 | 141 | 0 | 7 | 431 | 136 | 60 |
| Binary | 10100100 | 111 | 11101100 | 11111 | 1100001 | 0 | 111 | 100011001 | 1011110 | 110000 |
Color Harmonies of #A407EC
Complementary color
Monochromatic Colors of #A407EC
Black with #A407EC
Text Example
Text Example
White with #A407EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407EC; }
p { color: rgb(164,7,236); }
H1.HeaderClassName
{
color: #A407EC;
}
.AnyTagClassName
{
color: #A407EC;
}
</style>
background-color css
<style>
a { background-color: #A407EC; }
a { background-color: rgb(164,7,236); }
div.DivClassName
{
background-color: #A407EC;
}
.BgClassName
{
background-color: #A407EC;
}
</style>
border-color css
<style>
span { border-color: #A407EC; }
span { border-color: rgb(164,7,236); }
td.TdClassName
{
border-color: #A407EC;
}
.TagClassName
{
border-color: #A407EC;
}
</style>