Shades of Violet Blue #A54899
Tints of Violet Blue #A54899
RGB
CMYK
RGB Variations
Color information
#A54899 (or 0xA54899) is known color: Violet Blue. HEX triplet: A5, 48 and 99. RGB value is (165,72,153). Sum of RGB (Red+Green+Blue) = 165+72+153=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A54899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54899 is #5AB766. Grayscale: #6C6C6C. Windows color (decimal): -5945191 or 10045605. OLE color: 10045605.
HSL color Cylindrical-coordinate representation of color #A54899: hue angle of 307.74º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54899 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 153 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.35 |
| HSL | 307.74º | 0.39% | 0.46% | - |
| HSV(B) | 307.74º | 0.56% | 0.65% | - |
| XYZ | 23.58 | 14.93 | 31.78 | - |
| YUV | 109.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 153 | 0 | 0.56 | 0.07 | 0.35 | 307.74 | 0.39 | 0.46 |
| Hex | A5 | 48 | 99 | 0 | 38 | 7 | 23 | 134 | 27 | 2E |
| Octal | 245 | 110 | 231 | 0 | 70 | 7 | 43 | 464 | 47 | 56 |
| Binary | 10100101 | 1001000 | 10011001 | 0 | 111000 | 111 | 100011 | 100110100 | 100111 | 101110 |
Color Harmonies of #A54899
Complementary color
Monochromatic Colors of #A54899
Black with #A54899
Text Example
Text Example
White with #A54899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54899; }
p { color: rgb(165,72,153); }
H1.HeaderClassName
{
color: #A54899;
}
.AnyTagClassName
{
color: #A54899;
}
</style>
background-color css
<style>
a { background-color: #A54899; }
a { background-color: rgb(165,72,153); }
div.DivClassName
{
background-color: #A54899;
}
.BgClassName
{
background-color: #A54899;
}
</style>
border-color css
<style>
span { border-color: #A54899; }
span { border-color: rgb(165,72,153); }
td.TdClassName
{
border-color: #A54899;
}
.TagClassName
{
border-color: #A54899;
}
</style>