Shades of Blue Violet #A54DFC
Tints of Blue Violet #A54DFC
RGB
CMYK
RGB Variations
Color information
#A54DFC (or 0xA54DFC) is known color: Blue Violet. HEX triplet: A5, 4D and FC. RGB value is (165,77,252). Sum of RGB (Red+Green+Blue) = 165+77+252=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #A54DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DFC is #5AB203. Grayscale: #7A7A7A. Windows color (decimal): -5943812 or 16534949. OLE color: 16534949.
HSL color Cylindrical-coordinate representation of color #A54DFC: hue angle of 270.17º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54DFC is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 77 | 252 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.01 |
| HSL | 270.17º | 0.97% | 0.65% | - |
| HSV(B) | 270.17º | 0.69% | 0.99% | - |
| XYZ | 35.74 | 20.34 | 94.14 | - |
| YUV | 123.26 | 200.65 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 252 | 0.35 | 0.69 | 0 | 0.01 | 270.17 | 0.97 | 0.65 |
| Hex | A5 | 4D | FC | 23 | 45 | 0 | 1 | 10E | 61 | 41 |
| Octal | 245 | 115 | 374 | 43 | 105 | 0 | 1 | 416 | 141 | 101 |
| Binary | 10100101 | 1001101 | 11111100 | 100011 | 1000101 | 0 | 1 | 100001110 | 1100001 | 1000001 |
Color Harmonies of #A54DFC
Complementary color
Monochromatic Colors of #A54DFC
Black with #A54DFC
Text Example
Text Example
White with #A54DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DFC; }
p { color: rgb(165,77,252); }
H1.HeaderClassName
{
color: #A54DFC;
}
.AnyTagClassName
{
color: #A54DFC;
}
</style>
background-color css
<style>
a { background-color: #A54DFC; }
a { background-color: rgb(165,77,252); }
div.DivClassName
{
background-color: #A54DFC;
}
.BgClassName
{
background-color: #A54DFC;
}
</style>
border-color css
<style>
span { border-color: #A54DFC; }
span { border-color: rgb(165,77,252); }
td.TdClassName
{
border-color: #A54DFC;
}
.TagClassName
{
border-color: #A54DFC;
}
</style>