Shades of Violet Blue #A55997
Tints of Violet Blue #A55997
RGB
CMYK
RGB Variations
Color information
#A55997 (or 0xA55997) is known color: Violet Blue. HEX triplet: A5, 59 and 97. RGB value is (165,89,151). Sum of RGB (Red+Green+Blue) = 165+89+151=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A55997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55997 is #5AA668. Grayscale: #767676. Windows color (decimal): -5940841 or 9918885. OLE color: 9918885.
HSL color Cylindrical-coordinate representation of color #A55997: hue angle of 311.05º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55997 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 151 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.35 |
| HSL | 311.05º | 0.3% | 0.5% | - |
| HSV(B) | 311.05º | 0.46% | 0.65% | - |
| XYZ | 24.68 | 17.38 | 31.33 | - |
| YUV | 118.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 151 | 0 | 0.46 | 0.08 | 0.35 | 311.05 | 0.3 | 0.5 |
| Hex | A5 | 59 | 97 | 0 | 2E | 8 | 23 | 137 | 1E | 32 |
| Octal | 245 | 131 | 227 | 0 | 56 | 10 | 43 | 467 | 36 | 62 |
| Binary | 10100101 | 1011001 | 10010111 | 0 | 101110 | 1000 | 100011 | 100110111 | 11110 | 110010 |
Color Harmonies of #A55997
Complementary color
Monochromatic Colors of #A55997
Black with #A55997
Text Example
Text Example
White with #A55997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55997; }
p { color: rgb(165,89,151); }
H1.HeaderClassName
{
color: #A55997;
}
.AnyTagClassName
{
color: #A55997;
}
</style>
background-color css
<style>
a { background-color: #A55997; }
a { background-color: rgb(165,89,151); }
div.DivClassName
{
background-color: #A55997;
}
.BgClassName
{
background-color: #A55997;
}
</style>
border-color css
<style>
span { border-color: #A55997; }
span { border-color: rgb(165,89,151); }
td.TdClassName
{
border-color: #A55997;
}
.TagClassName
{
border-color: #A55997;
}
</style>