Shades of Viola #AF969C
Tints of Viola #AF969C
RGB
CMYK
RGB Variations
Color information
#AF969C (or 0xAF969C) is known color: Viola. HEX triplet: AF, 96 and 9C. RGB value is (175,150,156). Sum of RGB (Red+Green+Blue) = 175+150+156=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF969C is #506963. Grayscale: #9E9E9E. Windows color (decimal): -5269860 or 10262191. OLE color: 10262191.
HSL color Cylindrical-coordinate representation of color #AF969C: hue angle of 345.6º 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 #AF969C is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 156 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.31 |
| HSL | 345.6º | 0.14% | 0.64% | - |
| HSV(B) | 345.6º | 0.14% | 0.69% | - |
| XYZ | 34.59 | 33.33 | 36.06 | - |
| YUV | 158.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 156 | 0 | 0.14 | 0.11 | 0.31 | 345.6 | 0.14 | 0.64 |
| Hex | AF | 96 | 9C | 0 | E | B | 1F | 15A | E | 40 |
| Octal | 257 | 226 | 234 | 0 | 16 | 13 | 37 | 532 | 16 | 100 |
| Binary | 10101111 | 10010110 | 10011100 | 0 | 1110 | 1011 | 11111 | 101011010 | 1110 | 1000000 |
Color Harmonies of #AF969C
Complementary color
Monochromatic Colors of #AF969C
Black with #AF969C
Text Example
Text Example
White with #AF969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF969C; }
p { color: rgb(175,150,156); }
H1.HeaderClassName
{
color: #AF969C;
}
.AnyTagClassName
{
color: #AF969C;
}
</style>
background-color css
<style>
a { background-color: #AF969C; }
a { background-color: rgb(175,150,156); }
div.DivClassName
{
background-color: #AF969C;
}
.BgClassName
{
background-color: #AF969C;
}
</style>
border-color css
<style>
span { border-color: #AF969C; }
span { border-color: rgb(175,150,156); }
td.TdClassName
{
border-color: #AF969C;
}
.TagClassName
{
border-color: #AF969C;
}
</style>