Shades of Dark Violet #A005F1
Tints of Dark Violet #A005F1
RGB
CMYK
RGB Variations
Color information
#A005F1 (or 0xA005F1) is known color: Dark Violet. HEX triplet: A0, 05 and F1. RGB value is (160,5,241). Sum of RGB (Red+Green+Blue) = 160+5+241=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #A005F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005F1 is #5FFA0E. Grayscale: #4D4D4D. Windows color (decimal): -6289935 or 15795616. OLE color: 15795616.
HSL color Cylindrical-coordinate representation of color #A005F1: hue angle of 279.41º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005F1 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 5 | 241 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.05 |
| HSL | 279.41º | 0.96% | 0.48% | - |
| HSV(B) | 279.41º | 0.98% | 0.95% | - |
| XYZ | 30.43 | 13.93 | 84.3 | - |
| YUV | 78.25 | 219.85 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 241 | 0.34 | 0.98 | 0 | 0.05 | 279.41 | 0.96 | 0.48 |
| Hex | A0 | 5 | F1 | 22 | 62 | 0 | 5 | 117 | 60 | 30 |
| Octal | 240 | 5 | 361 | 42 | 142 | 0 | 5 | 427 | 140 | 60 |
| Binary | 10100000 | 101 | 11110001 | 100010 | 1100010 | 0 | 101 | 100010111 | 1100000 | 110000 |
Color Harmonies of #A005F1
Complementary color
Monochromatic Colors of #A005F1
Black with #A005F1
Text Example
Text Example
White with #A005F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005F1; }
p { color: rgb(160,5,241); }
H1.HeaderClassName
{
color: #A005F1;
}
.AnyTagClassName
{
color: #A005F1;
}
</style>
background-color css
<style>
a { background-color: #A005F1; }
a { background-color: rgb(160,5,241); }
div.DivClassName
{
background-color: #A005F1;
}
.BgClassName
{
background-color: #A005F1;
}
</style>
border-color css
<style>
span { border-color: #A005F1; }
span { border-color: rgb(160,5,241); }
td.TdClassName
{
border-color: #A005F1;
}
.TagClassName
{
border-color: #A005F1;
}
</style>