Shades of Blue Violet #A019FC
Tints of Blue Violet #A019FC
RGB
CMYK
RGB Variations
Color information
#A019FC (or 0xA019FC) is known color: Blue Violet. HEX triplet: A0, 19 and FC. RGB value is (160,25,252). Sum of RGB (Red+Green+Blue) = 160+25+252=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #A019FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019FC is #5FE603. Grayscale: #5A5A5A. Windows color (decimal): -6284804 or 16521632. OLE color: 16521632.
HSL color Cylindrical-coordinate representation of color #A019FC: hue angle of 275.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A019FC is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 25 | 252 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.01 |
| HSL | 275.68º | 0.97% | 0.54% | - |
| HSV(B) | 275.68º | 0.9% | 0.99% | - |
| XYZ | 32.42 | 15.2 | 93.32 | - |
| YUV | 91.24 | 218.73 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 252 | 0.37 | 0.90 | 0 | 0.01 | 275.68 | 0.97 | 0.54 |
| Hex | A0 | 19 | FC | 25 | 5A | 0 | 1 | 114 | 61 | 36 |
| Octal | 240 | 31 | 374 | 45 | 132 | 0 | 1 | 424 | 141 | 66 |
| Binary | 10100000 | 11001 | 11111100 | 100101 | 1011010 | 0 | 1 | 100010100 | 1100001 | 110110 |
Color Harmonies of #A019FC
Complementary color
Monochromatic Colors of #A019FC
Black with #A019FC
Text Example
Text Example
White with #A019FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019FC; }
p { color: rgb(160,25,252); }
H1.HeaderClassName
{
color: #A019FC;
}
.AnyTagClassName
{
color: #A019FC;
}
</style>
background-color css
<style>
a { background-color: #A019FC; }
a { background-color: rgb(160,25,252); }
div.DivClassName
{
background-color: #A019FC;
}
.BgClassName
{
background-color: #A019FC;
}
</style>
border-color css
<style>
span { border-color: #A019FC; }
span { border-color: rgb(160,25,252); }
td.TdClassName
{
border-color: #A019FC;
}
.TagClassName
{
border-color: #A019FC;
}
</style>