Shades of Violet Blue #A96598
Tints of Violet Blue #A96598
RGB
CMYK
RGB Variations
Color information
#A96598 (or 0xA96598) is known color: Violet Blue. HEX triplet: A9, 65 and 98. RGB value is (169,101,152). Sum of RGB (Red+Green+Blue) = 169+101+152=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A96598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96598 is #569A67. Grayscale: #7F7F7F. Windows color (decimal): -5675624 or 9987497. OLE color: 9987497.
HSL color Cylindrical-coordinate representation of color #A96598: hue angle of 315º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96598 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 101 | 152 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.34 |
| HSL | 315º | 0.28% | 0.53% | - |
| HSV(B) | 315º | 0.4% | 0.66% | - |
| XYZ | 26.68 | 20.01 | 32.16 | - |
| YUV | 127.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 152 | 0 | 0.40 | 0.10 | 0.34 | 315 | 0.28 | 0.53 |
| Hex | A9 | 65 | 98 | 0 | 28 | A | 22 | 13B | 1C | 35 |
| Octal | 251 | 145 | 230 | 0 | 50 | 12 | 42 | 473 | 34 | 65 |
| Binary | 10101001 | 1100101 | 10011000 | 0 | 101000 | 1010 | 100010 | 100111011 | 11100 | 110101 |
Color Harmonies of #A96598
Complementary color
Monochromatic Colors of #A96598
Black with #A96598
Text Example
Text Example
White with #A96598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96598; }
p { color: rgb(169,101,152); }
H1.HeaderClassName
{
color: #A96598;
}
.AnyTagClassName
{
color: #A96598;
}
</style>
background-color css
<style>
a { background-color: #A96598; }
a { background-color: rgb(169,101,152); }
div.DivClassName
{
background-color: #A96598;
}
.BgClassName
{
background-color: #A96598;
}
</style>
border-color css
<style>
span { border-color: #A96598; }
span { border-color: rgb(169,101,152); }
td.TdClassName
{
border-color: #A96598;
}
.TagClassName
{
border-color: #A96598;
}
</style>