Shades of Viola #AF9597
Tints of Viola #AF9597
RGB
CMYK
RGB Variations
Color information
#AF9597 (or 0xAF9597) is known color: Viola. HEX triplet: AF, 95 and 97. RGB value is (175,149,151). Sum of RGB (Red+Green+Blue) = 175+149+151=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9597 is #506A68. Grayscale: #9D9D9D. Windows color (decimal): -5270121 or 9934255. OLE color: 9934255.
HSL color Cylindrical-coordinate representation of color #AF9597: hue angle of 355.38º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF9597 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 151 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.31 |
| HSL | 355.38º | 0.14% | 0.64% | - |
| HSV(B) | 355.38º | 0.15% | 0.69% | - |
| XYZ | 34.01 | 32.84 | 33.82 | - |
| YUV | 157 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 151 | 0 | 0.15 | 0.14 | 0.31 | 355.38 | 0.14 | 0.64 |
| Hex | AF | 95 | 97 | 0 | F | E | 1F | 163 | E | 40 |
| Octal | 257 | 225 | 227 | 0 | 17 | 16 | 37 | 543 | 16 | 100 |
| Binary | 10101111 | 10010101 | 10010111 | 0 | 1111 | 1110 | 11111 | 101100011 | 1110 | 1000000 |
Color Harmonies of #AF9597
Complementary color
Monochromatic Colors of #AF9597
Black with #AF9597
Text Example
Text Example
White with #AF9597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9597; }
p { color: rgb(175,149,151); }
H1.HeaderClassName
{
color: #AF9597;
}
.AnyTagClassName
{
color: #AF9597;
}
</style>
background-color css
<style>
a { background-color: #AF9597; }
a { background-color: rgb(175,149,151); }
div.DivClassName
{
background-color: #AF9597;
}
.BgClassName
{
background-color: #AF9597;
}
</style>
border-color css
<style>
span { border-color: #AF9597; }
span { border-color: rgb(175,149,151); }
td.TdClassName
{
border-color: #AF9597;
}
.TagClassName
{
border-color: #AF9597;
}
</style>