Shades of Blue Violet #A54DF8
Tints of Blue Violet #A54DF8
RGB
CMYK
RGB Variations
Color information
#A54DF8 (or 0xA54DF8) is known color: Blue Violet. HEX triplet: A5, 4D and F8. RGB value is (165,77,248). Sum of RGB (Red+Green+Blue) = 165+77+248=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #A54DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DF8 is #5AB207. Grayscale: #7A7A7A. Windows color (decimal): -5943816 or 16272805. OLE color: 16272805.
HSL color Cylindrical-coordinate representation of color #A54DF8: hue angle of 270.88º 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 #A54DF8 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 77 | 248 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.03 |
| HSL | 270.88º | 0.92% | 0.64% | - |
| HSV(B) | 270.88º | 0.69% | 0.97% | - |
| XYZ | 35.11 | 20.08 | 90.83 | - |
| YUV | 122.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 248 | 0.33 | 0.69 | 0 | 0.03 | 270.88 | 0.92 | 0.64 |
| Hex | A5 | 4D | F8 | 21 | 45 | 0 | 3 | 10F | 5C | 40 |
| Octal | 245 | 115 | 370 | 41 | 105 | 0 | 3 | 417 | 134 | 100 |
| Binary | 10100101 | 1001101 | 11111000 | 100001 | 1000101 | 0 | 11 | 100001111 | 1011100 | 1000000 |
Color Harmonies of #A54DF8
Complementary color
Monochromatic Colors of #A54DF8
Black with #A54DF8
Text Example
Text Example
White with #A54DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DF8; }
p { color: rgb(165,77,248); }
H1.HeaderClassName
{
color: #A54DF8;
}
.AnyTagClassName
{
color: #A54DF8;
}
</style>
background-color css
<style>
a { background-color: #A54DF8; }
a { background-color: rgb(165,77,248); }
div.DivClassName
{
background-color: #A54DF8;
}
.BgClassName
{
background-color: #A54DF8;
}
</style>
border-color css
<style>
span { border-color: #A54DF8; }
span { border-color: rgb(165,77,248); }
td.TdClassName
{
border-color: #A54DF8;
}
.TagClassName
{
border-color: #A54DF8;
}
</style>