Shades of Blue Violet #A54DFF
Tints of Blue Violet #A54DFF
RGB
CMYK
RGB Variations
Color information
#A54DFF (or 0xA54DFF) is known color: Blue Violet. HEX triplet: A5, 4D and FF. RGB value is (165,77,255). Sum of RGB (Red+Green+Blue) = 165+77+255=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #A54DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DFF is #5AB200. Grayscale: #7A7A7A. Windows color (decimal): -5943809 or 16731557. OLE color: 16731557.
HSL color Cylindrical-coordinate representation of color #A54DFF: hue angle of 269.66º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54DFF is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 77 | 255 | - |
| CMYK | 0.35 | 0.70 | 0 | 0 |
| HSL | 269.66º | 1% | 0.65% | - |
| HSV(B) | 269.66º | 0.7% | 1% | - |
| XYZ | 36.22 | 20.53 | 96.66 | - |
| YUV | 123.6 | 202.15 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 255 | 0.35 | 0.70 | 0 | 0 | 269.66 | 1 | 0.65 |
| Hex | A5 | 4D | FF | 23 | 46 | 0 | 0 | 10E | 64 | 41 |
| Octal | 245 | 115 | 377 | 43 | 106 | 0 | 0 | 416 | 144 | 101 |
| Binary | 10100101 | 1001101 | 11111111 | 100011 | 1000110 | 0 | 0 | 100001110 | 1100100 | 1000001 |
Color Harmonies of #A54DFF
Complementary color
Monochromatic Colors of #A54DFF
Black with #A54DFF
Text Example
Text Example
White with #A54DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DFF; }
p { color: rgb(165,77,255); }
H1.HeaderClassName
{
color: #A54DFF;
}
.AnyTagClassName
{
color: #A54DFF;
}
</style>
background-color css
<style>
a { background-color: #A54DFF; }
a { background-color: rgb(165,77,255); }
div.DivClassName
{
background-color: #A54DFF;
}
.BgClassName
{
background-color: #A54DFF;
}
</style>
border-color css
<style>
span { border-color: #A54DFF; }
span { border-color: rgb(165,77,255); }
td.TdClassName
{
border-color: #A54DFF;
}
.TagClassName
{
border-color: #A54DFF;
}
</style>