Shades of Violet Blue #A55797
Tints of Violet Blue #A55797
RGB
CMYK
RGB Variations
Color information
#A55797 (or 0xA55797) is known color: Violet Blue. HEX triplet: A5, 57 and 97. RGB value is (165,87,151). Sum of RGB (Red+Green+Blue) = 165+87+151=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A55797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55797 is #5AA868. Grayscale: #757575. Windows color (decimal): -5941353 or 9918373. OLE color: 9918373.
HSL color Cylindrical-coordinate representation of color #A55797: hue angle of 310.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55797 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 87 | 151 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.35 |
| HSL | 310.77º | 0.31% | 0.49% | - |
| HSV(B) | 310.77º | 0.47% | 0.65% | - |
| XYZ | 24.51 | 17.05 | 31.28 | - |
| YUV | 117.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 151 | 0 | 0.47 | 0.08 | 0.35 | 310.77 | 0.31 | 0.49 |
| Hex | A5 | 57 | 97 | 0 | 2F | 8 | 23 | 137 | 1F | 31 |
| Octal | 245 | 127 | 227 | 0 | 57 | 10 | 43 | 467 | 37 | 61 |
| Binary | 10100101 | 1010111 | 10010111 | 0 | 101111 | 1000 | 100011 | 100110111 | 11111 | 110001 |
Color Harmonies of #A55797
Complementary color
Monochromatic Colors of #A55797
Black with #A55797
Text Example
Text Example
White with #A55797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55797; }
p { color: rgb(165,87,151); }
H1.HeaderClassName
{
color: #A55797;
}
.AnyTagClassName
{
color: #A55797;
}
</style>
background-color css
<style>
a { background-color: #A55797; }
a { background-color: rgb(165,87,151); }
div.DivClassName
{
background-color: #A55797;
}
.BgClassName
{
background-color: #A55797;
}
</style>
border-color css
<style>
span { border-color: #A55797; }
span { border-color: rgb(165,87,151); }
td.TdClassName
{
border-color: #A55797;
}
.TagClassName
{
border-color: #A55797;
}
</style>