Shades of Viola #AF979D
Tints of Viola #AF979D
RGB
CMYK
RGB Variations
Color information
#AF979D (or 0xAF979D) is known color: Viola. HEX triplet: AF, 97 and 9D. RGB value is (175,151,157). Sum of RGB (Red+Green+Blue) = 175+151+157=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF979D is #506862. Grayscale: #9E9E9E. Windows color (decimal): -5269603 or 10327983. OLE color: 10327983.
HSL color Cylindrical-coordinate representation of color #AF979D: hue angle of 345º degrees, saturation: 0.13, 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 #AF979D is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 157 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.31 |
| HSL | 345º | 0.13% | 0.64% | - |
| HSV(B) | 345º | 0.14% | 0.69% | - |
| XYZ | 34.83 | 33.68 | 36.56 | - |
| YUV | 158.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 157 | 0 | 0.14 | 0.10 | 0.31 | 345 | 0.13 | 0.64 |
| Hex | AF | 97 | 9D | 0 | E | A | 1F | 159 | D | 40 |
| Octal | 257 | 227 | 235 | 0 | 16 | 12 | 37 | 531 | 15 | 100 |
| Binary | 10101111 | 10010111 | 10011101 | 0 | 1110 | 1010 | 11111 | 101011001 | 1101 | 1000000 |
Color Harmonies of #AF979D
Complementary color
Monochromatic Colors of #AF979D
Black with #AF979D
Text Example
Text Example
White with #AF979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF979D; }
p { color: rgb(175,151,157); }
H1.HeaderClassName
{
color: #AF979D;
}
.AnyTagClassName
{
color: #AF979D;
}
</style>
background-color css
<style>
a { background-color: #AF979D; }
a { background-color: rgb(175,151,157); }
div.DivClassName
{
background-color: #AF979D;
}
.BgClassName
{
background-color: #AF979D;
}
</style>
border-color css
<style>
span { border-color: #AF979D; }
span { border-color: rgb(175,151,157); }
td.TdClassName
{
border-color: #AF979D;
}
.TagClassName
{
border-color: #AF979D;
}
</style>