Shades of Blue Violet #A54EFB
Tints of Blue Violet #A54EFB
RGB
CMYK
RGB Variations
Color information
#A54EFB (or 0xA54EFB) is known color: Blue Violet. HEX triplet: A5, 4E and FB. RGB value is (165,78,251). Sum of RGB (Red+Green+Blue) = 165+78+251=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #A54EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54EFB is #5AB104. Grayscale: #7B7B7B. Windows color (decimal): -5943557 or 16469669. OLE color: 16469669.
HSL color Cylindrical-coordinate representation of color #A54EFB: hue angle of 270.17º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54EFB is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 78 | 251 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.02 |
| HSL | 270.17º | 0.96% | 0.65% | - |
| HSV(B) | 270.17º | 0.69% | 0.98% | - |
| XYZ | 35.65 | 20.41 | 93.33 | - |
| YUV | 123.74 | 199.82 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 251 | 0.34 | 0.69 | 0 | 0.02 | 270.17 | 0.96 | 0.65 |
| Hex | A5 | 4E | FB | 22 | 45 | 0 | 2 | 10E | 60 | 41 |
| Octal | 245 | 116 | 373 | 42 | 105 | 0 | 2 | 416 | 140 | 101 |
| Binary | 10100101 | 1001110 | 11111011 | 100010 | 1000101 | 0 | 10 | 100001110 | 1100000 | 1000001 |
Color Harmonies of #A54EFB
Complementary color
Monochromatic Colors of #A54EFB
Black with #A54EFB
Text Example
Text Example
White with #A54EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EFB; }
p { color: rgb(165,78,251); }
H1.HeaderClassName
{
color: #A54EFB;
}
.AnyTagClassName
{
color: #A54EFB;
}
</style>
background-color css
<style>
a { background-color: #A54EFB; }
a { background-color: rgb(165,78,251); }
div.DivClassName
{
background-color: #A54EFB;
}
.BgClassName
{
background-color: #A54EFB;
}
</style>
border-color css
<style>
span { border-color: #A54EFB; }
span { border-color: rgb(165,78,251); }
td.TdClassName
{
border-color: #A54EFB;
}
.TagClassName
{
border-color: #A54EFB;
}
</style>