Shades of Dark Violet #A004F0
Tints of Dark Violet #A004F0
RGB
CMYK
RGB Variations
Color information
#A004F0 (or 0xA004F0) is known color: Dark Violet. HEX triplet: A0, 04 and F0. RGB value is (160,4,240). Sum of RGB (Red+Green+Blue) = 160+4+240=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 240 (94.14% from 255 or 59.41% from 404); Max value from RGB is 240 - color contains mainly: blue. Hex color #A004F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A004F0 is #5FFB0F. Grayscale: #4C4C4C. Windows color (decimal): -6290192 or 15729824. OLE color: 15729824.
HSL color Cylindrical-coordinate representation of color #A004F0: hue angle of 279.66º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004F0 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 4 | 240 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.06 |
| HSL | 279.66º | 0.97% | 0.48% | - |
| HSV(B) | 279.66º | 0.98% | 0.94% | - |
| XYZ | 30.27 | 13.85 | 83.52 | - |
| YUV | 77.55 | 219.68 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 240 | 0.33 | 0.98 | 0 | 0.06 | 279.66 | 0.97 | 0.48 |
| Hex | A0 | 4 | F0 | 21 | 62 | 0 | 6 | 118 | 61 | 30 |
| Octal | 240 | 4 | 360 | 41 | 142 | 0 | 6 | 430 | 141 | 60 |
| Binary | 10100000 | 100 | 11110000 | 100001 | 1100010 | 0 | 110 | 100011000 | 1100001 | 110000 |
Color Harmonies of #A004F0
Complementary color
Monochromatic Colors of #A004F0
Black with #A004F0
Text Example
Text Example
White with #A004F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A004F0; }
p { color: rgb(160,4,240); }
H1.HeaderClassName
{
color: #A004F0;
}
.AnyTagClassName
{
color: #A004F0;
}
</style>
background-color css
<style>
a { background-color: #A004F0; }
a { background-color: rgb(160,4,240); }
div.DivClassName
{
background-color: #A004F0;
}
.BgClassName
{
background-color: #A004F0;
}
</style>
border-color css
<style>
span { border-color: #A004F0; }
span { border-color: rgb(160,4,240); }
td.TdClassName
{
border-color: #A004F0;
}
.TagClassName
{
border-color: #A004F0;
}
</style>