Shades of Dark Violet #A004ED
Tints of Dark Violet #A004ED
RGB
CMYK
RGB Variations
Color information
#A004ED (or 0xA004ED) is known color: Dark Violet. HEX triplet: A0, 04 and ED. RGB value is (160,4,237). Sum of RGB (Red+Green+Blue) = 160+4+237=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #A004ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A004ED is #5FFB12. Grayscale: #4C4C4C. Windows color (decimal): -6290195 or 15533216. OLE color: 15533216.
HSL color Cylindrical-coordinate representation of color #A004ED: hue angle of 280.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004ED is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 4 | 237 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.07 |
| HSL | 280.17º | 0.97% | 0.47% | - |
| HSV(B) | 280.17º | 0.98% | 0.93% | - |
| XYZ | 29.83 | 13.67 | 81.19 | - |
| YUV | 77.21 | 218.18 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 237 | 0.32 | 0.98 | 0 | 0.07 | 280.17 | 0.97 | 0.47 |
| Hex | A0 | 4 | ED | 20 | 62 | 0 | 7 | 118 | 61 | 2F |
| Octal | 240 | 4 | 355 | 40 | 142 | 0 | 7 | 430 | 141 | 57 |
| Binary | 10100000 | 100 | 11101101 | 100000 | 1100010 | 0 | 111 | 100011000 | 1100001 | 101111 |
Color Harmonies of #A004ED
Complementary color
Monochromatic Colors of #A004ED
Black with #A004ED
Text Example
Text Example
White with #A004ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A004ED; }
p { color: rgb(160,4,237); }
H1.HeaderClassName
{
color: #A004ED;
}
.AnyTagClassName
{
color: #A004ED;
}
</style>
background-color css
<style>
a { background-color: #A004ED; }
a { background-color: rgb(160,4,237); }
div.DivClassName
{
background-color: #A004ED;
}
.BgClassName
{
background-color: #A004ED;
}
</style>
border-color css
<style>
span { border-color: #A004ED; }
span { border-color: rgb(160,4,237); }
td.TdClassName
{
border-color: #A004ED;
}
.TagClassName
{
border-color: #A004ED;
}
</style>