Shades of Violet Blue #A95797
Tints of Violet Blue #A95797
RGB
CMYK
RGB Variations
Color information
#A95797 (or 0xA95797) is known color: Violet Blue. HEX triplet: A9, 57 and 97. RGB value is (169,87,151). Sum of RGB (Red+Green+Blue) = 169+87+151=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A95797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95797 is #56A868. Grayscale: #767676. Windows color (decimal): -5679209 or 9918377. OLE color: 9918377.
HSL color Cylindrical-coordinate representation of color #A95797: hue angle of 313.17º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95797 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 151 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.34 |
| HSL | 313.17º | 0.32% | 0.5% | - |
| HSV(B) | 313.17º | 0.49% | 0.66% | - |
| XYZ | 25.36 | 17.49 | 31.32 | - |
| YUV | 118.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 151 | 0 | 0.49 | 0.11 | 0.34 | 313.17 | 0.32 | 0.5 |
| Hex | A9 | 57 | 97 | 0 | 31 | B | 22 | 139 | 20 | 32 |
| Octal | 251 | 127 | 227 | 0 | 61 | 13 | 42 | 471 | 40 | 62 |
| Binary | 10101001 | 1010111 | 10010111 | 0 | 110001 | 1011 | 100010 | 100111001 | 100000 | 110010 |
Color Harmonies of #A95797
Complementary color
Monochromatic Colors of #A95797
Black with #A95797
Text Example
Text Example
White with #A95797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95797; }
p { color: rgb(169,87,151); }
H1.HeaderClassName
{
color: #A95797;
}
.AnyTagClassName
{
color: #A95797;
}
</style>
background-color css
<style>
a { background-color: #A95797; }
a { background-color: rgb(169,87,151); }
div.DivClassName
{
background-color: #A95797;
}
.BgClassName
{
background-color: #A95797;
}
</style>
border-color css
<style>
span { border-color: #A95797; }
span { border-color: rgb(169,87,151); }
td.TdClassName
{
border-color: #A95797;
}
.TagClassName
{
border-color: #A95797;
}
</style>