Shades of Blue Violet #A019FE
Tints of Blue Violet #A019FE
RGB
CMYK
RGB Variations
Color information
#A019FE (or 0xA019FE) is known color: Blue Violet. HEX triplet: A0, 19 and FE. RGB value is (160,25,254). Sum of RGB (Red+Green+Blue) = 160+25+254=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #A019FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019FE is #5FE601. Grayscale: #5A5A5A. Windows color (decimal): -6284802 or 16652704. OLE color: 16652704.
HSL color Cylindrical-coordinate representation of color #A019FE: hue angle of 275.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A019FE is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 25 | 254 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.00 |
| HSL | 275.37º | 0.99% | 0.55% | - |
| HSV(B) | 275.37º | 0.9% | 1% | - |
| XYZ | 32.73 | 15.32 | 95 | - |
| YUV | 91.47 | 219.73 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 254 | 0.37 | 0.90 | 0 | 0.00 | 275.37 | 0.99 | 0.55 |
| Hex | A0 | 19 | FE | 25 | 5A | 0 | 0 | 113 | 63 | 37 |
| Octal | 240 | 31 | 376 | 45 | 132 | 0 | 0 | 423 | 143 | 67 |
| Binary | 10100000 | 11001 | 11111110 | 100101 | 1011010 | 0 | 0 | 100010011 | 1100011 | 110111 |
Color Harmonies of #A019FE
Complementary color
Monochromatic Colors of #A019FE
Black with #A019FE
Text Example
Text Example
White with #A019FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019FE; }
p { color: rgb(160,25,254); }
H1.HeaderClassName
{
color: #A019FE;
}
.AnyTagClassName
{
color: #A019FE;
}
</style>
background-color css
<style>
a { background-color: #A019FE; }
a { background-color: rgb(160,25,254); }
div.DivClassName
{
background-color: #A019FE;
}
.BgClassName
{
background-color: #A019FE;
}
</style>
border-color css
<style>
span { border-color: #A019FE; }
span { border-color: rgb(160,25,254); }
td.TdClassName
{
border-color: #A019FE;
}
.TagClassName
{
border-color: #A019FE;
}
</style>