Shades of Viola #AF9397
Tints of Viola #AF9397
RGB
CMYK
RGB Variations
Color information
#AF9397 (or 0xAF9397) is known color: Viola. HEX triplet: AF, 93 and 97. RGB value is (175,147,151). Sum of RGB (Red+Green+Blue) = 175+147+151=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9397 is #506C68. Grayscale: #9B9B9B. Windows color (decimal): -5270633 or 9933743. OLE color: 9933743.
HSL color Cylindrical-coordinate representation of color #AF9397: hue angle of 351.43º 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 #AF9397 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 151 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.31 |
| HSL | 351.43º | 0.15% | 0.63% | - |
| HSV(B) | 351.43º | 0.16% | 0.69% | - |
| XYZ | 33.7 | 32.22 | 33.72 | - |
| YUV | 155.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 151 | 0 | 0.16 | 0.14 | 0.31 | 351.43 | 0.15 | 0.63 |
| Hex | AF | 93 | 97 | 0 | 10 | E | 1F | 15F | F | 3F |
| Octal | 257 | 223 | 227 | 0 | 20 | 16 | 37 | 537 | 17 | 77 |
| Binary | 10101111 | 10010011 | 10010111 | 0 | 10000 | 1110 | 11111 | 101011111 | 1111 | 111111 |
Color Harmonies of #AF9397
Complementary color
Monochromatic Colors of #AF9397
Black with #AF9397
Text Example
Text Example
White with #AF9397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9397; }
p { color: rgb(175,147,151); }
H1.HeaderClassName
{
color: #AF9397;
}
.AnyTagClassName
{
color: #AF9397;
}
</style>
background-color css
<style>
a { background-color: #AF9397; }
a { background-color: rgb(175,147,151); }
div.DivClassName
{
background-color: #AF9397;
}
.BgClassName
{
background-color: #AF9397;
}
</style>
border-color css
<style>
span { border-color: #AF9397; }
span { border-color: rgb(175,147,151); }
td.TdClassName
{
border-color: #AF9397;
}
.TagClassName
{
border-color: #AF9397;
}
</style>