Shades of Dark Violet #A011F0
Tints of Dark Violet #A011F0
RGB
CMYK
RGB Variations
Color information
#A011F0 (or 0xA011F0) is known color: Dark Violet. HEX triplet: A0, 11 and F0. RGB value is (160,17,240). Sum of RGB (Red+Green+Blue) = 160+17+240=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #A011F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A011F0 is #5FEE0F. Grayscale: #545454. Windows color (decimal): -6286864 or 15733152. OLE color: 15733152.
HSL color Cylindrical-coordinate representation of color #A011F0: hue angle of 278.48º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A011F0 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 17 | 240 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.06 |
| HSL | 278.48º | 0.88% | 0.5% | - |
| HSV(B) | 278.48º | 0.93% | 0.94% | - |
| XYZ | 30.43 | 14.17 | 83.57 | - |
| YUV | 85.18 | 215.38 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 240 | 0.33 | 0.93 | 0 | 0.06 | 278.48 | 0.88 | 0.5 |
| Hex | A0 | 11 | F0 | 21 | 5D | 0 | 6 | 116 | 58 | 32 |
| Octal | 240 | 21 | 360 | 41 | 135 | 0 | 6 | 426 | 130 | 62 |
| Binary | 10100000 | 10001 | 11110000 | 100001 | 1011101 | 0 | 110 | 100010110 | 1011000 | 110010 |
Color Harmonies of #A011F0
Complementary color
Monochromatic Colors of #A011F0
Black with #A011F0
Text Example
Text Example
White with #A011F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A011F0; }
p { color: rgb(160,17,240); }
H1.HeaderClassName
{
color: #A011F0;
}
.AnyTagClassName
{
color: #A011F0;
}
</style>
background-color css
<style>
a { background-color: #A011F0; }
a { background-color: rgb(160,17,240); }
div.DivClassName
{
background-color: #A011F0;
}
.BgClassName
{
background-color: #A011F0;
}
</style>
border-color css
<style>
span { border-color: #A011F0; }
span { border-color: rgb(160,17,240); }
td.TdClassName
{
border-color: #A011F0;
}
.TagClassName
{
border-color: #A011F0;
}
</style>