Shades of Blue Violet #A519EA
Tints of Blue Violet #A519EA
RGB
CMYK
RGB Variations
Color information
#A519EA (or 0xA519EA) is known color: Blue Violet. HEX triplet: A5, 19 and EA. RGB value is (165,25,234). Sum of RGB (Red+Green+Blue) = 165+25+234=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #A519EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519EA is #5AE615. Grayscale: #595959. Windows color (decimal): -5957142 or 15341989. OLE color: 15341989.
HSL color Cylindrical-coordinate representation of color #A519EA: hue angle of 280.19º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A519EA is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 25 | 234 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.08 |
| HSL | 280.19º | 0.83% | 0.51% | - |
| HSV(B) | 280.19º | 0.89% | 0.92% | - |
| XYZ | 30.72 | 14.64 | 79.05 | - |
| YUV | 90.69 | 208.88 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 234 | 0.29 | 0.89 | 0 | 0.08 | 280.19 | 0.83 | 0.51 |
| Hex | A5 | 19 | EA | 1D | 59 | 0 | 8 | 118 | 53 | 33 |
| Octal | 245 | 31 | 352 | 35 | 131 | 0 | 10 | 430 | 123 | 63 |
| Binary | 10100101 | 11001 | 11101010 | 11101 | 1011001 | 0 | 1000 | 100011000 | 1010011 | 110011 |
Color Harmonies of #A519EA
Complementary color
Monochromatic Colors of #A519EA
Black with #A519EA
Text Example
Text Example
White with #A519EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519EA; }
p { color: rgb(165,25,234); }
H1.HeaderClassName
{
color: #A519EA;
}
.AnyTagClassName
{
color: #A519EA;
}
</style>
background-color css
<style>
a { background-color: #A519EA; }
a { background-color: rgb(165,25,234); }
div.DivClassName
{
background-color: #A519EA;
}
.BgClassName
{
background-color: #A519EA;
}
</style>
border-color css
<style>
span { border-color: #A519EA; }
span { border-color: rgb(165,25,234); }
td.TdClassName
{
border-color: #A519EA;
}
.TagClassName
{
border-color: #A519EA;
}
</style>