Shades of Violet Blue #A54599
Tints of Violet Blue #A54599
RGB
CMYK
RGB Variations
Color information
#A54599 (or 0xA54599) is known color: Violet Blue. HEX triplet: A5, 45 and 99. RGB value is (165,69,153). Sum of RGB (Red+Green+Blue) = 165+69+153=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A54599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54599 is #5ABA66. Grayscale: #6B6B6B. Windows color (decimal): -5945959 or 10044837. OLE color: 10044837.
HSL color Cylindrical-coordinate representation of color #A54599: hue angle of 307.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54599 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 153 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.35 |
| HSL | 307.5º | 0.41% | 0.46% | - |
| HSV(B) | 307.5º | 0.58% | 0.65% | - |
| XYZ | 23.39 | 14.56 | 31.71 | - |
| YUV | 107.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 153 | 0 | 0.58 | 0.07 | 0.35 | 307.5 | 0.41 | 0.46 |
| Hex | A5 | 45 | 99 | 0 | 3A | 7 | 23 | 134 | 29 | 2E |
| Octal | 245 | 105 | 231 | 0 | 72 | 7 | 43 | 464 | 51 | 56 |
| Binary | 10100101 | 1000101 | 10011001 | 0 | 111010 | 111 | 100011 | 100110100 | 101001 | 101110 |
Color Harmonies of #A54599
Complementary color
Monochromatic Colors of #A54599
Black with #A54599
Text Example
Text Example
White with #A54599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54599; }
p { color: rgb(165,69,153); }
H1.HeaderClassName
{
color: #A54599;
}
.AnyTagClassName
{
color: #A54599;
}
</style>
background-color css
<style>
a { background-color: #A54599; }
a { background-color: rgb(165,69,153); }
div.DivClassName
{
background-color: #A54599;
}
.BgClassName
{
background-color: #A54599;
}
</style>
border-color css
<style>
span { border-color: #A54599; }
span { border-color: rgb(165,69,153); }
td.TdClassName
{
border-color: #A54599;
}
.TagClassName
{
border-color: #A54599;
}
</style>