Shades of Viola #AF8D91
Tints of Viola #AF8D91
RGB
CMYK
RGB Variations
Color information
#AF8D91 (or 0xAF8D91) is known color: Viola. HEX triplet: AF, 8D and 91. RGB value is (175,141,145). Sum of RGB (Red+Green+Blue) = 175+141+145=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D91 is #50726E. Grayscale: #979797. Windows color (decimal): -5272175 or 9538991. OLE color: 9538991.
HSL color Cylindrical-coordinate representation of color #AF8D91: hue angle of 352.94º degrees, saturation: 0.18, 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 #AF8D91 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 145 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.31 |
| HSL | 352.94º | 0.18% | 0.62% | - |
| HSV(B) | 352.94º | 0.19% | 0.69% | - |
| XYZ | 32.31 | 30.21 | 30.92 | - |
| YUV | 151.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 145 | 0 | 0.19 | 0.17 | 0.31 | 352.94 | 0.18 | 0.62 |
| Hex | AF | 8D | 91 | 0 | 13 | 11 | 1F | 161 | 12 | 3E |
| Octal | 257 | 215 | 221 | 0 | 23 | 21 | 37 | 541 | 22 | 76 |
| Binary | 10101111 | 10001101 | 10010001 | 0 | 10011 | 10001 | 11111 | 101100001 | 10010 | 111110 |
Color Harmonies of #AF8D91
Complementary color
Monochromatic Colors of #AF8D91
Black with #AF8D91
Text Example
Text Example
White with #AF8D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D91; }
p { color: rgb(175,141,145); }
H1.HeaderClassName
{
color: #AF8D91;
}
.AnyTagClassName
{
color: #AF8D91;
}
</style>
background-color css
<style>
a { background-color: #AF8D91; }
a { background-color: rgb(175,141,145); }
div.DivClassName
{
background-color: #AF8D91;
}
.BgClassName
{
background-color: #AF8D91;
}
</style>
border-color css
<style>
span { border-color: #AF8D91; }
span { border-color: rgb(175,141,145); }
td.TdClassName
{
border-color: #AF8D91;
}
.TagClassName
{
border-color: #AF8D91;
}
</style>