Shades of Blue Violet #A019F8
Tints of Blue Violet #A019F8
RGB
CMYK
RGB Variations
Color information
#A019F8 (or 0xA019F8) is known color: Blue Violet. HEX triplet: A0, 19 and F8. RGB value is (160,25,248). Sum of RGB (Red+Green+Blue) = 160+25+248=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 248 (97.27% from 255 or 57.27% from 433); Max value from RGB is 248 - color contains mainly: blue. Hex color #A019F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019F8 is #5FE607. Grayscale: #5A5A5A. Windows color (decimal): -6284808 or 16259488. OLE color: 16259488.
HSL color Cylindrical-coordinate representation of color #A019F8: hue angle of 276.32º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A019F8 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 25 | 248 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.03 |
| HSL | 276.32º | 0.94% | 0.54% | - |
| HSV(B) | 276.32º | 0.9% | 0.97% | - |
| XYZ | 31.79 | 14.95 | 90.02 | - |
| YUV | 90.79 | 216.73 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 248 | 0.35 | 0.90 | 0 | 0.03 | 276.32 | 0.94 | 0.54 |
| Hex | A0 | 19 | F8 | 23 | 5A | 0 | 3 | 114 | 5E | 36 |
| Octal | 240 | 31 | 370 | 43 | 132 | 0 | 3 | 424 | 136 | 66 |
| Binary | 10100000 | 11001 | 11111000 | 100011 | 1011010 | 0 | 11 | 100010100 | 1011110 | 110110 |
Color Harmonies of #A019F8
Complementary color
Monochromatic Colors of #A019F8
Black with #A019F8
Text Example
Text Example
White with #A019F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019F8; }
p { color: rgb(160,25,248); }
H1.HeaderClassName
{
color: #A019F8;
}
.AnyTagClassName
{
color: #A019F8;
}
</style>
background-color css
<style>
a { background-color: #A019F8; }
a { background-color: rgb(160,25,248); }
div.DivClassName
{
background-color: #A019F8;
}
.BgClassName
{
background-color: #A019F8;
}
</style>
border-color css
<style>
span { border-color: #A019F8; }
span { border-color: rgb(160,25,248); }
td.TdClassName
{
border-color: #A019F8;
}
.TagClassName
{
border-color: #A019F8;
}
</style>