Shades of Viola #AF8A91
Tints of Viola #AF8A91
RGB
CMYK
RGB Variations
Color information
#AF8A91 (or 0xAF8A91) is known color: Viola. HEX triplet: AF, 8A and 91. RGB value is (175,138,145). Sum of RGB (Red+Green+Blue) = 175+138+145=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A91 is #50756E. Grayscale: #959595. Windows color (decimal): -5272943 or 9538223. OLE color: 9538223.
HSL color Cylindrical-coordinate representation of color #AF8A91: hue angle of 348.65º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8A91 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 145 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.31 |
| HSL | 348.65º | 0.19% | 0.61% | - |
| HSV(B) | 348.65º | 0.21% | 0.69% | - |
| XYZ | 31.88 | 29.34 | 30.77 | - |
| YUV | 149.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 145 | 0 | 0.21 | 0.17 | 0.31 | 348.65 | 0.19 | 0.61 |
| Hex | AF | 8A | 91 | 0 | 15 | 11 | 1F | 15D | 13 | 3D |
| Octal | 257 | 212 | 221 | 0 | 25 | 21 | 37 | 535 | 23 | 75 |
| Binary | 10101111 | 10001010 | 10010001 | 0 | 10101 | 10001 | 11111 | 101011101 | 10011 | 111101 |
Color Harmonies of #AF8A91
Complementary color
Monochromatic Colors of #AF8A91
Black with #AF8A91
Text Example
Text Example
White with #AF8A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A91; }
p { color: rgb(175,138,145); }
H1.HeaderClassName
{
color: #AF8A91;
}
.AnyTagClassName
{
color: #AF8A91;
}
</style>
background-color css
<style>
a { background-color: #AF8A91; }
a { background-color: rgb(175,138,145); }
div.DivClassName
{
background-color: #AF8A91;
}
.BgClassName
{
background-color: #AF8A91;
}
</style>
border-color css
<style>
span { border-color: #AF8A91; }
span { border-color: rgb(175,138,145); }
td.TdClassName
{
border-color: #AF8A91;
}
.TagClassName
{
border-color: #AF8A91;
}
</style>