Shades of Blue Violet #A54EF9
Tints of Blue Violet #A54EF9
RGB
CMYK
RGB Variations
Color information
#A54EF9 (or 0xA54EF9) is known color: Blue Violet. HEX triplet: A5, 4E and F9. RGB value is (165,78,249). Sum of RGB (Red+Green+Blue) = 165+78+249=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #A54EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54EF9 is #5AB106. Grayscale: #7A7A7A. Windows color (decimal): -5943559 or 16338597. OLE color: 16338597.
HSL color Cylindrical-coordinate representation of color #A54EF9: hue angle of 270.53º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54EF9 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 78 | 249 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.02 |
| HSL | 270.53º | 0.93% | 0.64% | - |
| HSV(B) | 270.53º | 0.69% | 0.98% | - |
| XYZ | 35.34 | 20.29 | 91.68 | - |
| YUV | 123.51 | 198.82 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 249 | 0.34 | 0.69 | 0 | 0.02 | 270.53 | 0.93 | 0.64 |
| Hex | A5 | 4E | F9 | 22 | 45 | 0 | 2 | 10F | 5D | 40 |
| Octal | 245 | 116 | 371 | 42 | 105 | 0 | 2 | 417 | 135 | 100 |
| Binary | 10100101 | 1001110 | 11111001 | 100010 | 1000101 | 0 | 10 | 100001111 | 1011101 | 1000000 |
Color Harmonies of #A54EF9
Complementary color
Monochromatic Colors of #A54EF9
Black with #A54EF9
Text Example
Text Example
White with #A54EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EF9; }
p { color: rgb(165,78,249); }
H1.HeaderClassName
{
color: #A54EF9;
}
.AnyTagClassName
{
color: #A54EF9;
}
</style>
background-color css
<style>
a { background-color: #A54EF9; }
a { background-color: rgb(165,78,249); }
div.DivClassName
{
background-color: #A54EF9;
}
.BgClassName
{
background-color: #A54EF9;
}
</style>
border-color css
<style>
span { border-color: #A54EF9; }
span { border-color: rgb(165,78,249); }
td.TdClassName
{
border-color: #A54EF9;
}
.TagClassName
{
border-color: #A54EF9;
}
</style>