Shades of Blue Violet #A419F1
Tints of Blue Violet #A419F1
RGB
CMYK
RGB Variations
Color information
#A419F1 (or 0xA419F1) is known color: Blue Violet. HEX triplet: A4, 19 and F1. RGB value is (164,25,241). Sum of RGB (Red+Green+Blue) = 164+25+241=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #A419F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A419F1 is #5BE60E. Grayscale: #5A5A5A. Windows color (decimal): -6022671 or 15800740. OLE color: 15800740.
HSL color Cylindrical-coordinate representation of color #A419F1: hue angle of 278.61º 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 #A419F1 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 25 | 241 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.05 |
| HSL | 278.61º | 0.89% | 0.52% | - |
| HSV(B) | 278.61º | 0.9% | 0.95% | - |
| XYZ | 31.53 | 14.94 | 84.44 | - |
| YUV | 91.19 | 212.55 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 241 | 0.32 | 0.90 | 0 | 0.05 | 278.61 | 0.89 | 0.52 |
| Hex | A4 | 19 | F1 | 20 | 5A | 0 | 5 | 117 | 59 | 34 |
| Octal | 244 | 31 | 361 | 40 | 132 | 0 | 5 | 427 | 131 | 64 |
| Binary | 10100100 | 11001 | 11110001 | 100000 | 1011010 | 0 | 101 | 100010111 | 1011001 | 110100 |
Color Harmonies of #A419F1
Complementary color
Monochromatic Colors of #A419F1
Black with #A419F1
Text Example
Text Example
White with #A419F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A419F1; }
p { color: rgb(164,25,241); }
H1.HeaderClassName
{
color: #A419F1;
}
.AnyTagClassName
{
color: #A419F1;
}
</style>
background-color css
<style>
a { background-color: #A419F1; }
a { background-color: rgb(164,25,241); }
div.DivClassName
{
background-color: #A419F1;
}
.BgClassName
{
background-color: #A419F1;
}
</style>
border-color css
<style>
span { border-color: #A419F1; }
span { border-color: rgb(164,25,241); }
td.TdClassName
{
border-color: #A419F1;
}
.TagClassName
{
border-color: #A419F1;
}
</style>