Shades of Blue Violet #A519F1
Tints of Blue Violet #A519F1
RGB
CMYK
RGB Variations
Color information
#A519F1 (or 0xA519F1) is known color: Blue Violet. HEX triplet: A5, 19 and F1. RGB value is (165,25,241). Sum of RGB (Red+Green+Blue) = 165+25+241=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #A519F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519F1 is #5AE60E. Grayscale: #5A5A5A. Windows color (decimal): -5957135 or 15800741. OLE color: 15800741.
HSL color Cylindrical-coordinate representation of color #A519F1: hue angle of 278.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A519F1 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 25 | 241 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.05 |
| HSL | 278.89º | 0.89% | 0.52% | - |
| HSV(B) | 278.89º | 0.9% | 0.95% | - |
| XYZ | 31.74 | 15.05 | 84.45 | - |
| YUV | 91.48 | 212.38 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 241 | 0.32 | 0.90 | 0 | 0.05 | 278.89 | 0.89 | 0.52 |
| Hex | A5 | 19 | F1 | 20 | 5A | 0 | 5 | 117 | 59 | 34 |
| Octal | 245 | 31 | 361 | 40 | 132 | 0 | 5 | 427 | 131 | 64 |
| Binary | 10100101 | 11001 | 11110001 | 100000 | 1011010 | 0 | 101 | 100010111 | 1011001 | 110100 |
Color Harmonies of #A519F1
Complementary color
Monochromatic Colors of #A519F1
Black with #A519F1
Text Example
Text Example
White with #A519F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519F1; }
p { color: rgb(165,25,241); }
H1.HeaderClassName
{
color: #A519F1;
}
.AnyTagClassName
{
color: #A519F1;
}
</style>
background-color css
<style>
a { background-color: #A519F1; }
a { background-color: rgb(165,25,241); }
div.DivClassName
{
background-color: #A519F1;
}
.BgClassName
{
background-color: #A519F1;
}
</style>
border-color css
<style>
span { border-color: #A519F1; }
span { border-color: rgb(165,25,241); }
td.TdClassName
{
border-color: #A519F1;
}
.TagClassName
{
border-color: #A519F1;
}
</style>