Shades of Dark Violet #A005F0
Tints of Dark Violet #A005F0
RGB
CMYK
RGB Variations
Color information
#A005F0 (or 0xA005F0) is known color: Dark Violet. HEX triplet: A0, 05 and F0. RGB value is (160,5,240). Sum of RGB (Red+Green+Blue) = 160+5+240=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #A005F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005F0 is #5FFA0F. Grayscale: #4D4D4D. Windows color (decimal): -6289936 or 15730080. OLE color: 15730080.
HSL color Cylindrical-coordinate representation of color #A005F0: hue angle of 279.57º degrees, saturation: 0.96, 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 #A005F0 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 5 | 240 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.06 |
| HSL | 279.57º | 0.96% | 0.48% | - |
| HSV(B) | 279.57º | 0.98% | 0.94% | - |
| XYZ | 30.28 | 13.87 | 83.52 | - |
| YUV | 78.14 | 219.35 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 240 | 0.33 | 0.98 | 0 | 0.06 | 279.57 | 0.96 | 0.48 |
| Hex | A0 | 5 | F0 | 21 | 62 | 0 | 6 | 118 | 60 | 30 |
| Octal | 240 | 5 | 360 | 41 | 142 | 0 | 6 | 430 | 140 | 60 |
| Binary | 10100000 | 101 | 11110000 | 100001 | 1100010 | 0 | 110 | 100011000 | 1100000 | 110000 |
Color Harmonies of #A005F0
Complementary color
Monochromatic Colors of #A005F0
Black with #A005F0
Text Example
Text Example
White with #A005F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005F0; }
p { color: rgb(160,5,240); }
H1.HeaderClassName
{
color: #A005F0;
}
.AnyTagClassName
{
color: #A005F0;
}
</style>
background-color css
<style>
a { background-color: #A005F0; }
a { background-color: rgb(160,5,240); }
div.DivClassName
{
background-color: #A005F0;
}
.BgClassName
{
background-color: #A005F0;
}
</style>
border-color css
<style>
span { border-color: #A005F0; }
span { border-color: rgb(160,5,240); }
td.TdClassName
{
border-color: #A005F0;
}
.TagClassName
{
border-color: #A005F0;
}
</style>