Shades of Blue Violet #A419F5
Tints of Blue Violet #A419F5
RGB
CMYK
RGB Variations
Color information
#A419F5 (or 0xA419F5) is known color: Blue Violet. HEX triplet: A4, 19 and F5. RGB value is (164,25,245). Sum of RGB (Red+Green+Blue) = 164+25+245=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 245 (96.09% from 255 or 56.45% from 434); Max value from RGB is 245 - color contains mainly: blue. Hex color #A419F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A419F5 is #5BE60A. Grayscale: #5A5A5A. Windows color (decimal): -6022667 or 16062884. OLE color: 16062884.
HSL color Cylindrical-coordinate representation of color #A419F5: hue angle of 277.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A419F5 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 25 | 245 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.04 |
| HSL | 277.91º | 0.92% | 0.53% | - |
| HSV(B) | 277.91º | 0.9% | 0.96% | - |
| XYZ | 32.14 | 15.18 | 87.62 | - |
| YUV | 91.64 | 214.55 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 245 | 0.33 | 0.90 | 0 | 0.04 | 277.91 | 0.92 | 0.53 |
| Hex | A4 | 19 | F5 | 21 | 5A | 0 | 4 | 116 | 5C | 35 |
| Octal | 244 | 31 | 365 | 41 | 132 | 0 | 4 | 426 | 134 | 65 |
| Binary | 10100100 | 11001 | 11110101 | 100001 | 1011010 | 0 | 100 | 100010110 | 1011100 | 110101 |
Color Harmonies of #A419F5
Complementary color
Monochromatic Colors of #A419F5
Black with #A419F5
Text Example
Text Example
White with #A419F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A419F5; }
p { color: rgb(164,25,245); }
H1.HeaderClassName
{
color: #A419F5;
}
.AnyTagClassName
{
color: #A419F5;
}
</style>
background-color css
<style>
a { background-color: #A419F5; }
a { background-color: rgb(164,25,245); }
div.DivClassName
{
background-color: #A419F5;
}
.BgClassName
{
background-color: #A419F5;
}
</style>
border-color css
<style>
span { border-color: #A419F5; }
span { border-color: rgb(164,25,245); }
td.TdClassName
{
border-color: #A419F5;
}
.TagClassName
{
border-color: #A419F5;
}
</style>