Shades of Viola #AF989C
Tints of Viola #AF989C
RGB
CMYK
RGB Variations
Color information
#AF989C (or 0xAF989C) is known color: Viola. HEX triplet: AF, 98 and 9C. RGB value is (175,152,156). Sum of RGB (Red+Green+Blue) = 175+152+156=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF989C is #506763. Grayscale: #9F9F9F. Windows color (decimal): -5269348 or 10262703. OLE color: 10262703.
HSL color Cylindrical-coordinate representation of color #AF989C: hue angle of 349.57º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF989C is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 156 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.31 |
| HSL | 349.57º | 0.13% | 0.64% | - |
| HSV(B) | 349.57º | 0.13% | 0.69% | - |
| XYZ | 34.91 | 33.97 | 36.17 | - |
| YUV | 159.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 156 | 0 | 0.13 | 0.11 | 0.31 | 349.57 | 0.13 | 0.64 |
| Hex | AF | 98 | 9C | 0 | D | B | 1F | 15E | D | 40 |
| Octal | 257 | 230 | 234 | 0 | 15 | 13 | 37 | 536 | 15 | 100 |
| Binary | 10101111 | 10011000 | 10011100 | 0 | 1101 | 1011 | 11111 | 101011110 | 1101 | 1000000 |
Color Harmonies of #AF989C
Complementary color
Monochromatic Colors of #AF989C
Black with #AF989C
Text Example
Text Example
White with #AF989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF989C; }
p { color: rgb(175,152,156); }
H1.HeaderClassName
{
color: #AF989C;
}
.AnyTagClassName
{
color: #AF989C;
}
</style>
background-color css
<style>
a { background-color: #AF989C; }
a { background-color: rgb(175,152,156); }
div.DivClassName
{
background-color: #AF989C;
}
.BgClassName
{
background-color: #AF989C;
}
</style>
border-color css
<style>
span { border-color: #AF989C; }
span { border-color: rgb(175,152,156); }
td.TdClassName
{
border-color: #AF989C;
}
.TagClassName
{
border-color: #AF989C;
}
</style>