Shades of Viola #AF8F91
Tints of Viola #AF8F91
RGB
CMYK
RGB Variations
Color information
#AF8F91 (or 0xAF8F91) is known color: Viola. HEX triplet: AF, 8F and 91. RGB value is (175,143,145). Sum of RGB (Red+Green+Blue) = 175+143+145=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F91 is #50706E. Grayscale: #989898. Windows color (decimal): -5271663 or 9539503. OLE color: 9539503.
HSL color Cylindrical-coordinate representation of color #AF8F91: hue angle of 356.25º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF8F91 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 145 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.31 |
| HSL | 356.25º | 0.17% | 0.62% | - |
| HSV(B) | 356.25º | 0.18% | 0.69% | - |
| XYZ | 32.61 | 30.8 | 31.01 | - |
| YUV | 152.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 145 | 0 | 0.18 | 0.17 | 0.31 | 356.25 | 0.17 | 0.62 |
| Hex | AF | 8F | 91 | 0 | 12 | 11 | 1F | 164 | 11 | 3E |
| Octal | 257 | 217 | 221 | 0 | 22 | 21 | 37 | 544 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10010001 | 0 | 10010 | 10001 | 11111 | 101100100 | 10001 | 111110 |
Color Harmonies of #AF8F91
Complementary color
Monochromatic Colors of #AF8F91
Black with #AF8F91
Text Example
Text Example
White with #AF8F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F91; }
p { color: rgb(175,143,145); }
H1.HeaderClassName
{
color: #AF8F91;
}
.AnyTagClassName
{
color: #AF8F91;
}
</style>
background-color css
<style>
a { background-color: #AF8F91; }
a { background-color: rgb(175,143,145); }
div.DivClassName
{
background-color: #AF8F91;
}
.BgClassName
{
background-color: #AF8F91;
}
</style>
border-color css
<style>
span { border-color: #AF8F91; }
span { border-color: rgb(175,143,145); }
td.TdClassName
{
border-color: #AF8F91;
}
.TagClassName
{
border-color: #AF8F91;
}
</style>