Shades of Viola #AF8E97
Tints of Viola #AF8E97
RGB
CMYK
RGB Variations
Color information
#AF8E97 (or 0xAF8E97) is known color: Viola. HEX triplet: AF, 8E and 97. RGB value is (175,142,151). Sum of RGB (Red+Green+Blue) = 175+142+151=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E97 is #507168. Grayscale: #989898. Windows color (decimal): -5271913 or 9932463. OLE color: 9932463.
HSL color Cylindrical-coordinate representation of color #AF8E97: hue angle of 343.64º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8E97 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 151 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.31 |
| HSL | 343.64º | 0.17% | 0.62% | - |
| HSV(B) | 343.64º | 0.19% | 0.69% | - |
| XYZ | 32.94 | 30.69 | 33.47 | - |
| YUV | 152.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 151 | 0 | 0.19 | 0.14 | 0.31 | 343.64 | 0.17 | 0.62 |
| Hex | AF | 8E | 97 | 0 | 13 | E | 1F | 158 | 11 | 3E |
| Octal | 257 | 216 | 227 | 0 | 23 | 16 | 37 | 530 | 21 | 76 |
| Binary | 10101111 | 10001110 | 10010111 | 0 | 10011 | 1110 | 11111 | 101011000 | 10001 | 111110 |
Color Harmonies of #AF8E97
Complementary color
Monochromatic Colors of #AF8E97
Black with #AF8E97
Text Example
Text Example
White with #AF8E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E97; }
p { color: rgb(175,142,151); }
H1.HeaderClassName
{
color: #AF8E97;
}
.AnyTagClassName
{
color: #AF8E97;
}
</style>
background-color css
<style>
a { background-color: #AF8E97; }
a { background-color: rgb(175,142,151); }
div.DivClassName
{
background-color: #AF8E97;
}
.BgClassName
{
background-color: #AF8E97;
}
</style>
border-color css
<style>
span { border-color: #AF8E97; }
span { border-color: rgb(175,142,151); }
td.TdClassName
{
border-color: #AF8E97;
}
.TagClassName
{
border-color: #AF8E97;
}
</style>