Shades of Blue Violet #A54EF8
Tints of Blue Violet #A54EF8
RGB
CMYK
RGB Variations
Color information
#A54EF8 (or 0xA54EF8) is known color: Blue Violet. HEX triplet: A5, 4E and F8. RGB value is (165,78,248). Sum of RGB (Red+Green+Blue) = 165+78+248=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #A54EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54EF8 is #5AB107. Grayscale: #7A7A7A. Windows color (decimal): -5943560 or 16273061. OLE color: 16273061.
HSL color Cylindrical-coordinate representation of color #A54EF8: hue angle of 270.71º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54EF8 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 78 | 248 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.03 |
| HSL | 270.71º | 0.92% | 0.64% | - |
| HSV(B) | 270.71º | 0.69% | 0.97% | - |
| XYZ | 35.18 | 20.23 | 90.86 | - |
| YUV | 123.39 | 198.32 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 248 | 0.33 | 0.69 | 0 | 0.03 | 270.71 | 0.92 | 0.64 |
| Hex | A5 | 4E | F8 | 21 | 45 | 0 | 3 | 10F | 5C | 40 |
| Octal | 245 | 116 | 370 | 41 | 105 | 0 | 3 | 417 | 134 | 100 |
| Binary | 10100101 | 1001110 | 11111000 | 100001 | 1000101 | 0 | 11 | 100001111 | 1011100 | 1000000 |
Color Harmonies of #A54EF8
Complementary color
Monochromatic Colors of #A54EF8
Black with #A54EF8
Text Example
Text Example
White with #A54EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EF8; }
p { color: rgb(165,78,248); }
H1.HeaderClassName
{
color: #A54EF8;
}
.AnyTagClassName
{
color: #A54EF8;
}
</style>
background-color css
<style>
a { background-color: #A54EF8; }
a { background-color: rgb(165,78,248); }
div.DivClassName
{
background-color: #A54EF8;
}
.BgClassName
{
background-color: #A54EF8;
}
</style>
border-color css
<style>
span { border-color: #A54EF8; }
span { border-color: rgb(165,78,248); }
td.TdClassName
{
border-color: #A54EF8;
}
.TagClassName
{
border-color: #A54EF8;
}
</style>