Shades of Viola #AF8C96
Tints of Viola #AF8C96
RGB
CMYK
RGB Variations
Color information
#AF8C96 (or 0xAF8C96) is known color: Viola. HEX triplet: AF, 8C and 96. RGB value is (175,140,150). Sum of RGB (Red+Green+Blue) = 175+140+150=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C96 is #507369. Grayscale: #979797. Windows color (decimal): -5272426 or 9866415. OLE color: 9866415.
HSL color Cylindrical-coordinate representation of color #AF8C96: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8C96 is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 150 | - |
| CMYK | 0 | 0.2 | 0.14 | 0.31 |
| HSL | 342.86º | 0.18% | 0.62% | - |
| HSV(B) | 342.86º | 0.2% | 0.69% | - |
| XYZ | 32.56 | 30.07 | 32.94 | - |
| YUV | 151.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 150 | 0 | 0.2 | 0.14 | 0.31 | 342.86 | 0.18 | 0.62 |
| Hex | AF | 8C | 96 | 0 | 14 | E | 1F | 157 | 12 | 3E |
| Octal | 257 | 214 | 226 | 0 | 24 | 16 | 37 | 527 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10010110 | 0 | 10100 | 1110 | 11111 | 101010111 | 10010 | 111110 |
Color Harmonies of #AF8C96
Complementary color
Monochromatic Colors of #AF8C96
Black with #AF8C96
Text Example
Text Example
White with #AF8C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C96; }
p { color: rgb(175,140,150); }
H1.HeaderClassName
{
color: #AF8C96;
}
.AnyTagClassName
{
color: #AF8C96;
}
</style>
background-color css
<style>
a { background-color: #AF8C96; }
a { background-color: rgb(175,140,150); }
div.DivClassName
{
background-color: #AF8C96;
}
.BgClassName
{
background-color: #AF8C96;
}
</style>
border-color css
<style>
span { border-color: #AF8C96; }
span { border-color: rgb(175,140,150); }
td.TdClassName
{
border-color: #AF8C96;
}
.TagClassName
{
border-color: #AF8C96;
}
</style>