Shades of Viola #AF9699
Tints of Viola #AF9699
RGB
CMYK
RGB Variations
Color information
#AF9699 (or 0xAF9699) is known color: Viola. HEX triplet: AF, 96 and 99. RGB value is (175,150,153). Sum of RGB (Red+Green+Blue) = 175+150+153=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9699 is #506966. Grayscale: #9D9D9D. Windows color (decimal): -5269863 or 10065583. OLE color: 10065583.
HSL color Cylindrical-coordinate representation of color #AF9699: hue angle of 352.8º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF9699 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 153 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.31 |
| HSL | 352.8º | 0.14% | 0.64% | - |
| HSV(B) | 352.8º | 0.14% | 0.69% | - |
| XYZ | 34.34 | 33.23 | 34.74 | - |
| YUV | 157.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 153 | 0 | 0.14 | 0.13 | 0.31 | 352.8 | 0.14 | 0.64 |
| Hex | AF | 96 | 99 | 0 | E | D | 1F | 161 | E | 40 |
| Octal | 257 | 226 | 231 | 0 | 16 | 15 | 37 | 541 | 16 | 100 |
| Binary | 10101111 | 10010110 | 10011001 | 0 | 1110 | 1101 | 11111 | 101100001 | 1110 | 1000000 |
Color Harmonies of #AF9699
Complementary color
Monochromatic Colors of #AF9699
Black with #AF9699
Text Example
Text Example
White with #AF9699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9699; }
p { color: rgb(175,150,153); }
H1.HeaderClassName
{
color: #AF9699;
}
.AnyTagClassName
{
color: #AF9699;
}
</style>
background-color css
<style>
a { background-color: #AF9699; }
a { background-color: rgb(175,150,153); }
div.DivClassName
{
background-color: #AF9699;
}
.BgClassName
{
background-color: #AF9699;
}
</style>
border-color css
<style>
span { border-color: #AF9699; }
span { border-color: rgb(175,150,153); }
td.TdClassName
{
border-color: #AF9699;
}
.TagClassName
{
border-color: #AF9699;
}
</style>