Shades of Blue Violet #A54EFC
Tints of Blue Violet #A54EFC
RGB
CMYK
RGB Variations
Color information
#A54EFC (or 0xA54EFC) is known color: Blue Violet. HEX triplet: A5, 4E and FC. RGB value is (165,78,252). Sum of RGB (Red+Green+Blue) = 165+78+252=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #A54EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54EFC is #5AB103. Grayscale: #7B7B7B. Windows color (decimal): -5943556 or 16535205. OLE color: 16535205.
HSL color Cylindrical-coordinate representation of color #A54EFC: hue angle of 270º 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 #A54EFC is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 78 | 252 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.65% | - |
| HSV(B) | 270º | 0.69% | 0.99% | - |
| XYZ | 35.81 | 20.48 | 94.16 | - |
| YUV | 123.85 | 200.32 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 252 | 0.35 | 0.69 | 0 | 0.01 | 270 | 0.97 | 0.65 |
| Hex | A5 | 4E | FC | 23 | 45 | 0 | 1 | 10E | 61 | 41 |
| Octal | 245 | 116 | 374 | 43 | 105 | 0 | 1 | 416 | 141 | 101 |
| Binary | 10100101 | 1001110 | 11111100 | 100011 | 1000101 | 0 | 1 | 100001110 | 1100001 | 1000001 |
Color Harmonies of #A54EFC
Complementary color
Monochromatic Colors of #A54EFC
Black with #A54EFC
Text Example
Text Example
White with #A54EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EFC; }
p { color: rgb(165,78,252); }
H1.HeaderClassName
{
color: #A54EFC;
}
.AnyTagClassName
{
color: #A54EFC;
}
</style>
background-color css
<style>
a { background-color: #A54EFC; }
a { background-color: rgb(165,78,252); }
div.DivClassName
{
background-color: #A54EFC;
}
.BgClassName
{
background-color: #A54EFC;
}
</style>
border-color css
<style>
span { border-color: #A54EFC; }
span { border-color: rgb(165,78,252); }
td.TdClassName
{
border-color: #A54EFC;
}
.TagClassName
{
border-color: #A54EFC;
}
</style>