Shades of Violet Blue #A54FA3
Tints of Violet Blue #A54FA3
RGB
CMYK
RGB Variations
Color information
#A54FA3 (or 0xA54FA3) is known color: Violet Blue. HEX triplet: A5, 4F and A3. RGB value is (165,79,163). Sum of RGB (Red+Green+Blue) = 165+79+163=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A54FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54FA3 is #5AB05C. Grayscale: #727272. Windows color (decimal): -5943389 or 10702757. OLE color: 10702757.
HSL color Cylindrical-coordinate representation of color #A54FA3: hue angle of 301.4º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A54FA3 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 79 | 163 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.35 |
| HSL | 301.4º | 0.35% | 0.48% | - |
| HSV(B) | 301.4º | 0.52% | 0.65% | - |
| XYZ | 24.92 | 16.24 | 36.47 | - |
| YUV | 114.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 79 | 163 | 0 | 0.52 | 0.01 | 0.35 | 301.4 | 0.35 | 0.48 |
| Hex | A5 | 4F | A3 | 0 | 34 | 1 | 23 | 12D | 23 | 30 |
| Octal | 245 | 117 | 243 | 0 | 64 | 1 | 43 | 455 | 43 | 60 |
| Binary | 10100101 | 1001111 | 10100011 | 0 | 110100 | 1 | 100011 | 100101101 | 100011 | 110000 |
Color Harmonies of #A54FA3
Complementary color
Monochromatic Colors of #A54FA3
Black with #A54FA3
Text Example
Text Example
White with #A54FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54FA3; }
p { color: rgb(165,79,163); }
H1.HeaderClassName
{
color: #A54FA3;
}
.AnyTagClassName
{
color: #A54FA3;
}
</style>
background-color css
<style>
a { background-color: #A54FA3; }
a { background-color: rgb(165,79,163); }
div.DivClassName
{
background-color: #A54FA3;
}
.BgClassName
{
background-color: #A54FA3;
}
</style>
border-color css
<style>
span { border-color: #A54FA3; }
span { border-color: rgb(165,79,163); }
td.TdClassName
{
border-color: #A54FA3;
}
.TagClassName
{
border-color: #A54FA3;
}
</style>