Shades of Blue Violet #A519E9
Tints of Blue Violet #A519E9
RGB
CMYK
RGB Variations
Color information
#A519E9 (or 0xA519E9) is known color: Blue Violet. HEX triplet: A5, 19 and E9. RGB value is (165,25,233). Sum of RGB (Red+Green+Blue) = 165+25+233=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #A519E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519E9 is #5AE616. Grayscale: #595959. Windows color (decimal): -5957143 or 15276453. OLE color: 15276453.
HSL color Cylindrical-coordinate representation of color #A519E9: hue angle of 280.38º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A519E9 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 25 | 233 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.09 |
| HSL | 280.38º | 0.83% | 0.51% | - |
| HSV(B) | 280.38º | 0.89% | 0.91% | - |
| XYZ | 30.57 | 14.58 | 78.29 | - |
| YUV | 90.57 | 208.38 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 233 | 0.29 | 0.89 | 0 | 0.09 | 280.38 | 0.83 | 0.51 |
| Hex | A5 | 19 | E9 | 1D | 59 | 0 | 9 | 118 | 53 | 33 |
| Octal | 245 | 31 | 351 | 35 | 131 | 0 | 11 | 430 | 123 | 63 |
| Binary | 10100101 | 11001 | 11101001 | 11101 | 1011001 | 0 | 1001 | 100011000 | 1010011 | 110011 |
Color Harmonies of #A519E9
Complementary color
Monochromatic Colors of #A519E9
Black with #A519E9
Text Example
Text Example
White with #A519E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519E9; }
p { color: rgb(165,25,233); }
H1.HeaderClassName
{
color: #A519E9;
}
.AnyTagClassName
{
color: #A519E9;
}
</style>
background-color css
<style>
a { background-color: #A519E9; }
a { background-color: rgb(165,25,233); }
div.DivClassName
{
background-color: #A519E9;
}
.BgClassName
{
background-color: #A519E9;
}
</style>
border-color css
<style>
span { border-color: #A519E9; }
span { border-color: rgb(165,25,233); }
td.TdClassName
{
border-color: #A519E9;
}
.TagClassName
{
border-color: #A519E9;
}
</style>