Shades of Blue Violet #A019FF
Tints of Blue Violet #A019FF
RGB
CMYK
RGB Variations
Color information
#A019FF (or 0xA019FF) is known color: Blue Violet. HEX triplet: A0, 19 and FF. RGB value is (160,25,255). Sum of RGB (Red+Green+Blue) = 160+25+255=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #A019FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019FF is #5FE600. Grayscale: #5A5A5A. Windows color (decimal): -6284801 or 16718240. OLE color: 16718240.
HSL color Cylindrical-coordinate representation of color #A019FF: hue angle of 275.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A019FF is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 25 | 255 | - |
| CMYK | 0.37 | 0.90 | 0 | 0 |
| HSL | 275.22º | 1% | 0.55% | - |
| HSV(B) | 275.22º | 0.9% | 1% | - |
| XYZ | 32.89 | 15.39 | 95.84 | - |
| YUV | 91.59 | 220.23 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 255 | 0.37 | 0.90 | 0 | 0 | 275.22 | 1 | 0.55 |
| Hex | A0 | 19 | FF | 25 | 5A | 0 | 0 | 113 | 64 | 37 |
| Octal | 240 | 31 | 377 | 45 | 132 | 0 | 0 | 423 | 144 | 67 |
| Binary | 10100000 | 11001 | 11111111 | 100101 | 1011010 | 0 | 0 | 100010011 | 1100100 | 110111 |
Color Harmonies of #A019FF
Complementary color
Monochromatic Colors of #A019FF
Black with #A019FF
Text Example
Text Example
White with #A019FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019FF; }
p { color: rgb(160,25,255); }
H1.HeaderClassName
{
color: #A019FF;
}
.AnyTagClassName
{
color: #A019FF;
}
</style>
background-color css
<style>
a { background-color: #A019FF; }
a { background-color: rgb(160,25,255); }
div.DivClassName
{
background-color: #A019FF;
}
.BgClassName
{
background-color: #A019FF;
}
</style>
border-color css
<style>
span { border-color: #A019FF; }
span { border-color: rgb(160,25,255); }
td.TdClassName
{
border-color: #A019FF;
}
.TagClassName
{
border-color: #A019FF;
}
</style>