Shades of Blue Violet #A016FA
Tints of Blue Violet #A016FA
RGB
CMYK
RGB Variations
Color information
#A016FA (or 0xA016FA) is known color: Blue Violet. HEX triplet: A0, 16 and FA. RGB value is (160,22,250). Sum of RGB (Red+Green+Blue) = 160+22+250=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #A016FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A016FA is #5FE905. Grayscale: #585858. Windows color (decimal): -6285574 or 16389792. OLE color: 16389792.
HSL color Cylindrical-coordinate representation of color #A016FA: hue angle of 276.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A016FA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 22 | 250 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.02 |
| HSL | 276.32º | 0.96% | 0.53% | - |
| HSV(B) | 276.32º | 0.91% | 0.98% | - |
| XYZ | 32.04 | 14.95 | 91.64 | - |
| YUV | 89.25 | 218.72 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 250 | 0.36 | 0.91 | 0 | 0.02 | 276.32 | 0.96 | 0.53 |
| Hex | A0 | 16 | FA | 24 | 5B | 0 | 2 | 114 | 60 | 35 |
| Octal | 240 | 26 | 372 | 44 | 133 | 0 | 2 | 424 | 140 | 65 |
| Binary | 10100000 | 10110 | 11111010 | 100100 | 1011011 | 0 | 10 | 100010100 | 1100000 | 110101 |
Color Harmonies of #A016FA
Complementary color
Monochromatic Colors of #A016FA
Black with #A016FA
Text Example
Text Example
White with #A016FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A016FA; }
p { color: rgb(160,22,250); }
H1.HeaderClassName
{
color: #A016FA;
}
.AnyTagClassName
{
color: #A016FA;
}
</style>
background-color css
<style>
a { background-color: #A016FA; }
a { background-color: rgb(160,22,250); }
div.DivClassName
{
background-color: #A016FA;
}
.BgClassName
{
background-color: #A016FA;
}
</style>
border-color css
<style>
span { border-color: #A016FA; }
span { border-color: rgb(160,22,250); }
td.TdClassName
{
border-color: #A016FA;
}
.TagClassName
{
border-color: #A016FA;
}
</style>