Shades of Blue Violet #A016F0
Tints of Blue Violet #A016F0
RGB
CMYK
RGB Variations
Color information
#A016F0 (or 0xA016F0) is known color: Blue Violet. HEX triplet: A0, 16 and F0. RGB value is (160,22,240). Sum of RGB (Red+Green+Blue) = 160+22+240=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 240 (94.14% from 255 or 56.87% from 422); Max value from RGB is 240 - color contains mainly: blue. Hex color #A016F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A016F0 is #5FE90F. Grayscale: #575757. Windows color (decimal): -6285584 or 15734432. OLE color: 15734432.
HSL color Cylindrical-coordinate representation of color #A016F0: hue angle of 277.98º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A016F0 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 22 | 240 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.06 |
| HSL | 277.98º | 0.88% | 0.51% | - |
| HSV(B) | 277.98º | 0.91% | 0.94% | - |
| XYZ | 30.51 | 14.34 | 83.6 | - |
| YUV | 88.11 | 213.72 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 240 | 0.33 | 0.91 | 0 | 0.06 | 277.98 | 0.88 | 0.51 |
| Hex | A0 | 16 | F0 | 21 | 5B | 0 | 6 | 116 | 58 | 33 |
| Octal | 240 | 26 | 360 | 41 | 133 | 0 | 6 | 426 | 130 | 63 |
| Binary | 10100000 | 10110 | 11110000 | 100001 | 1011011 | 0 | 110 | 100010110 | 1011000 | 110011 |
Color Harmonies of #A016F0
Complementary color
Monochromatic Colors of #A016F0
Black with #A016F0
Text Example
Text Example
White with #A016F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A016F0; }
p { color: rgb(160,22,240); }
H1.HeaderClassName
{
color: #A016F0;
}
.AnyTagClassName
{
color: #A016F0;
}
</style>
background-color css
<style>
a { background-color: #A016F0; }
a { background-color: rgb(160,22,240); }
div.DivClassName
{
background-color: #A016F0;
}
.BgClassName
{
background-color: #A016F0;
}
</style>
border-color css
<style>
span { border-color: #A016F0; }
span { border-color: rgb(160,22,240); }
td.TdClassName
{
border-color: #A016F0;
}
.TagClassName
{
border-color: #A016F0;
}
</style>