Shades of Violet Blue #A45999
Tints of Violet Blue #A45999
RGB
CMYK
RGB Variations
Color information
#A45999 (or 0xA45999) is known color: Violet Blue. HEX triplet: A4, 59 and 99. RGB value is (164,89,153). Sum of RGB (Red+Green+Blue) = 164+89+153=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A45999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45999 is #5BA666. Grayscale: #767676. Windows color (decimal): -6006375 or 10049956. OLE color: 10049956.
HSL color Cylindrical-coordinate representation of color #A45999: hue angle of 308.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45999 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 153 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.36 |
| HSL | 308.8º | 0.3% | 0.5% | - |
| HSV(B) | 308.8º | 0.46% | 0.64% | - |
| XYZ | 24.63 | 17.34 | 32.19 | - |
| YUV | 118.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 153 | 0 | 0.46 | 0.07 | 0.36 | 308.8 | 0.3 | 0.5 |
| Hex | A4 | 59 | 99 | 0 | 2E | 7 | 24 | 135 | 1E | 32 |
| Octal | 244 | 131 | 231 | 0 | 56 | 7 | 44 | 465 | 36 | 62 |
| Binary | 10100100 | 1011001 | 10011001 | 0 | 101110 | 111 | 100100 | 100110101 | 11110 | 110010 |
Color Harmonies of #A45999
Complementary color
Monochromatic Colors of #A45999
Black with #A45999
Text Example
Text Example
White with #A45999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45999; }
p { color: rgb(164,89,153); }
H1.HeaderClassName
{
color: #A45999;
}
.AnyTagClassName
{
color: #A45999;
}
</style>
background-color css
<style>
a { background-color: #A45999; }
a { background-color: rgb(164,89,153); }
div.DivClassName
{
background-color: #A45999;
}
.BgClassName
{
background-color: #A45999;
}
</style>
border-color css
<style>
span { border-color: #A45999; }
span { border-color: rgb(164,89,153); }
td.TdClassName
{
border-color: #A45999;
}
.TagClassName
{
border-color: #A45999;
}
</style>