Shades of Viola #AF9396
Tints of Viola #AF9396
RGB
CMYK
RGB Variations
Color information
#AF9396 (or 0xAF9396) is known color: Viola. HEX triplet: AF, 93 and 96. RGB value is (175,147,150). Sum of RGB (Red+Green+Blue) = 175+147+150=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9396 is #506C69. Grayscale: #9B9B9B. Windows color (decimal): -5270634 or 9868207. OLE color: 9868207.
HSL color Cylindrical-coordinate representation of color #AF9396: hue angle of 353.57º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF9396 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 150 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.31 |
| HSL | 353.57º | 0.15% | 0.63% | - |
| HSV(B) | 353.57º | 0.16% | 0.69% | - |
| XYZ | 33.62 | 32.18 | 33.29 | - |
| YUV | 155.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 150 | 0 | 0.16 | 0.14 | 0.31 | 353.57 | 0.15 | 0.63 |
| Hex | AF | 93 | 96 | 0 | 10 | E | 1F | 162 | F | 3F |
| Octal | 257 | 223 | 226 | 0 | 20 | 16 | 37 | 542 | 17 | 77 |
| Binary | 10101111 | 10010011 | 10010110 | 0 | 10000 | 1110 | 11111 | 101100010 | 1111 | 111111 |
Color Harmonies of #AF9396
Complementary color
Monochromatic Colors of #AF9396
Black with #AF9396
Text Example
Text Example
White with #AF9396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9396; }
p { color: rgb(175,147,150); }
H1.HeaderClassName
{
color: #AF9396;
}
.AnyTagClassName
{
color: #AF9396;
}
</style>
background-color css
<style>
a { background-color: #AF9396; }
a { background-color: rgb(175,147,150); }
div.DivClassName
{
background-color: #AF9396;
}
.BgClassName
{
background-color: #AF9396;
}
</style>
border-color css
<style>
span { border-color: #AF9396; }
span { border-color: rgb(175,147,150); }
td.TdClassName
{
border-color: #AF9396;
}
.TagClassName
{
border-color: #AF9396;
}
</style>