Shades of Violet Blue #A54BAE
Tints of Violet Blue #A54BAE
RGB
CMYK
RGB Variations
Color information
#A54BAE (or 0xA54BAE) is known color: Violet Blue. HEX triplet: A5, 4B and AE. RGB value is (165,75,174). Sum of RGB (Red+Green+Blue) = 165+75+174=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #A54BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BAE is #5AB451. Grayscale: #707070. Windows color (decimal): -5944402 or 11422629. OLE color: 11422629.
HSL color Cylindrical-coordinate representation of color #A54BAE: hue angle of 294.55º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54BAE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 75 | 174 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.32 |
| HSL | 294.55º | 0.4% | 0.49% | - |
| HSV(B) | 294.55º | 0.57% | 0.68% | - |
| XYZ | 25.67 | 16.09 | 41.8 | - |
| YUV | 113.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 174 | 0.05 | 0.57 | 0 | 0.32 | 294.55 | 0.4 | 0.49 |
| Hex | A5 | 4B | AE | 5 | 39 | 0 | 20 | 127 | 28 | 31 |
| Octal | 245 | 113 | 256 | 5 | 71 | 0 | 40 | 447 | 50 | 61 |
| Binary | 10100101 | 1001011 | 10101110 | 101 | 111001 | 0 | 100000 | 100100111 | 101000 | 110001 |
Color Harmonies of #A54BAE
Complementary color
Monochromatic Colors of #A54BAE
Black with #A54BAE
Text Example
Text Example
White with #A54BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54BAE; }
p { color: rgb(165,75,174); }
H1.HeaderClassName
{
color: #A54BAE;
}
.AnyTagClassName
{
color: #A54BAE;
}
</style>
background-color css
<style>
a { background-color: #A54BAE; }
a { background-color: rgb(165,75,174); }
div.DivClassName
{
background-color: #A54BAE;
}
.BgClassName
{
background-color: #A54BAE;
}
</style>
border-color css
<style>
span { border-color: #A54BAE; }
span { border-color: rgb(165,75,174); }
td.TdClassName
{
border-color: #A54BAE;
}
.TagClassName
{
border-color: #A54BAE;
}
</style>