Shades of Viola #AF8D94
Tints of Viola #AF8D94
RGB
CMYK
RGB Variations
Color information
#AF8D94 (or 0xAF8D94) is known color: Viola. HEX triplet: AF, 8D and 94. RGB value is (175,141,148). Sum of RGB (Red+Green+Blue) = 175+141+148=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D94 is #50726B. Grayscale: #979797. Windows color (decimal): -5272172 or 9735599. OLE color: 9735599.
HSL color Cylindrical-coordinate representation of color #AF8D94: hue angle of 347.65º 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 #AF8D94 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 148 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.31 |
| HSL | 347.65º | 0.18% | 0.62% | - |
| HSV(B) | 347.65º | 0.19% | 0.69% | - |
| XYZ | 32.55 | 30.3 | 32.15 | - |
| YUV | 151.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 148 | 0 | 0.19 | 0.15 | 0.31 | 347.65 | 0.18 | 0.62 |
| Hex | AF | 8D | 94 | 0 | 13 | F | 1F | 15C | 12 | 3E |
| Octal | 257 | 215 | 224 | 0 | 23 | 17 | 37 | 534 | 22 | 76 |
| Binary | 10101111 | 10001101 | 10010100 | 0 | 10011 | 1111 | 11111 | 101011100 | 10010 | 111110 |
Color Harmonies of #AF8D94
Complementary color
Monochromatic Colors of #AF8D94
Black with #AF8D94
Text Example
Text Example
White with #AF8D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D94; }
p { color: rgb(175,141,148); }
H1.HeaderClassName
{
color: #AF8D94;
}
.AnyTagClassName
{
color: #AF8D94;
}
</style>
background-color css
<style>
a { background-color: #AF8D94; }
a { background-color: rgb(175,141,148); }
div.DivClassName
{
background-color: #AF8D94;
}
.BgClassName
{
background-color: #AF8D94;
}
</style>
border-color css
<style>
span { border-color: #AF8D94; }
span { border-color: rgb(175,141,148); }
td.TdClassName
{
border-color: #AF8D94;
}
.TagClassName
{
border-color: #AF8D94;
}
</style>