Shades of Viola #A99598
Tints of Viola #A99598
RGB
CMYK
RGB Variations
Color information
#A99598 (or 0xA99598) is known color: Viola. HEX triplet: A9, 95 and 98. RGB value is (169,149,152). Sum of RGB (Red+Green+Blue) = 169+149+152=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 169 - color contains mainly: red. Hex color #A99598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99598 is #566A67. Grayscale: #9B9B9B. Windows color (decimal): -5663336 or 9999785. OLE color: 9999785.
HSL color Cylindrical-coordinate representation of color #A99598: hue angle of 351º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A99598 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 152 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.34 |
| HSL | 351º | 0.1% | 0.62% | - |
| HSV(B) | 351º | 0.12% | 0.66% | - |
| XYZ | 32.78 | 32.2 | 34.19 | - |
| YUV | 155.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 152 | 0 | 0.12 | 0.10 | 0.34 | 351 | 0.1 | 0.62 |
| Hex | A9 | 95 | 98 | 0 | C | A | 22 | 15F | A | 3E |
| Octal | 251 | 225 | 230 | 0 | 14 | 12 | 42 | 537 | 12 | 76 |
| Binary | 10101001 | 10010101 | 10011000 | 0 | 1100 | 1010 | 100010 | 101011111 | 1010 | 111110 |
Color Harmonies of #A99598
Complementary color
Monochromatic Colors of #A99598
Black with #A99598
Text Example
Text Example
White with #A99598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99598; }
p { color: rgb(169,149,152); }
H1.HeaderClassName
{
color: #A99598;
}
.AnyTagClassName
{
color: #A99598;
}
</style>
background-color css
<style>
a { background-color: #A99598; }
a { background-color: rgb(169,149,152); }
div.DivClassName
{
background-color: #A99598;
}
.BgClassName
{
background-color: #A99598;
}
</style>
border-color css
<style>
span { border-color: #A99598; }
span { border-color: rgb(169,149,152); }
td.TdClassName
{
border-color: #A99598;
}
.TagClassName
{
border-color: #A99598;
}
</style>