Shades of Violet Blue #A55899
Tints of Violet Blue #A55899
RGB
CMYK
RGB Variations
Color information
#A55899 (or 0xA55899) is known color: Violet Blue. HEX triplet: A5, 58 and 99. RGB value is (165,88,153). Sum of RGB (Red+Green+Blue) = 165+88+153=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A55899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55899 is #5AA766. Grayscale: #767676. Windows color (decimal): -5941095 or 10049701. OLE color: 10049701.
HSL color Cylindrical-coordinate representation of color #A55899: hue angle of 309.35º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55899 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 153 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.35 |
| HSL | 309.35º | 0.3% | 0.5% | - |
| HSV(B) | 309.35º | 0.47% | 0.65% | - |
| XYZ | 24.76 | 17.28 | 32.17 | - |
| YUV | 118.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 153 | 0 | 0.47 | 0.07 | 0.35 | 309.35 | 0.3 | 0.5 |
| Hex | A5 | 58 | 99 | 0 | 2F | 7 | 23 | 135 | 1E | 32 |
| Octal | 245 | 130 | 231 | 0 | 57 | 7 | 43 | 465 | 36 | 62 |
| Binary | 10100101 | 1011000 | 10011001 | 0 | 101111 | 111 | 100011 | 100110101 | 11110 | 110010 |
Color Harmonies of #A55899
Complementary color
Monochromatic Colors of #A55899
Black with #A55899
Text Example
Text Example
White with #A55899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55899; }
p { color: rgb(165,88,153); }
H1.HeaderClassName
{
color: #A55899;
}
.AnyTagClassName
{
color: #A55899;
}
</style>
background-color css
<style>
a { background-color: #A55899; }
a { background-color: rgb(165,88,153); }
div.DivClassName
{
background-color: #A55899;
}
.BgClassName
{
background-color: #A55899;
}
</style>
border-color css
<style>
span { border-color: #A55899; }
span { border-color: rgb(165,88,153); }
td.TdClassName
{
border-color: #A55899;
}
.TagClassName
{
border-color: #A55899;
}
</style>