Shades of Viola #A99397
Tints of Viola #A99397
RGB
CMYK
RGB Variations
Color information
#A99397 (or 0xA99397) is known color: Viola. HEX triplet: A9, 93 and 97. RGB value is (169,147,151). Sum of RGB (Red+Green+Blue) = 169+147+151=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 169 - color contains mainly: red. Hex color #A99397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99397 is #566C68. Grayscale: #9A9A9A. Windows color (decimal): -5663849 or 9933737. OLE color: 9933737.
HSL color Cylindrical-coordinate representation of color #A99397: hue angle of 349.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A99397 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 151 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.34 |
| HSL | 349.09º | 0.11% | 0.62% | - |
| HSV(B) | 349.09º | 0.13% | 0.66% | - |
| XYZ | 32.38 | 31.54 | 33.66 | - |
| YUV | 154.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 151 | 0 | 0.13 | 0.11 | 0.34 | 349.09 | 0.11 | 0.62 |
| Hex | A9 | 93 | 97 | 0 | D | B | 22 | 15D | B | 3E |
| Octal | 251 | 223 | 227 | 0 | 15 | 13 | 42 | 535 | 13 | 76 |
| Binary | 10101001 | 10010011 | 10010111 | 0 | 1101 | 1011 | 100010 | 101011101 | 1011 | 111110 |
Color Harmonies of #A99397
Complementary color
Monochromatic Colors of #A99397
Black with #A99397
Text Example
Text Example
White with #A99397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99397; }
p { color: rgb(169,147,151); }
H1.HeaderClassName
{
color: #A99397;
}
.AnyTagClassName
{
color: #A99397;
}
</style>
background-color css
<style>
a { background-color: #A99397; }
a { background-color: rgb(169,147,151); }
div.DivClassName
{
background-color: #A99397;
}
.BgClassName
{
background-color: #A99397;
}
</style>
border-color css
<style>
span { border-color: #A99397; }
span { border-color: rgb(169,147,151); }
td.TdClassName
{
border-color: #A99397;
}
.TagClassName
{
border-color: #A99397;
}
</style>