Shades of Viola #AF8E94
Tints of Viola #AF8E94
RGB
CMYK
RGB Variations
Color information
#AF8E94 (or 0xAF8E94) is known color: Viola. HEX triplet: AF, 8E and 94. RGB value is (175,142,148). Sum of RGB (Red+Green+Blue) = 175+142+148=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E94 is #50716B. Grayscale: #989898. Windows color (decimal): -5271916 or 9735855. OLE color: 9735855.
HSL color Cylindrical-coordinate representation of color #AF8E94: hue angle of 349.09º 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 #AF8E94 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 148 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.31 |
| HSL | 349.09º | 0.17% | 0.62% | - |
| HSV(B) | 349.09º | 0.19% | 0.69% | - |
| XYZ | 32.7 | 30.6 | 32.2 | - |
| YUV | 152.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 148 | 0 | 0.19 | 0.15 | 0.31 | 349.09 | 0.17 | 0.62 |
| Hex | AF | 8E | 94 | 0 | 13 | F | 1F | 15D | 11 | 3E |
| Octal | 257 | 216 | 224 | 0 | 23 | 17 | 37 | 535 | 21 | 76 |
| Binary | 10101111 | 10001110 | 10010100 | 0 | 10011 | 1111 | 11111 | 101011101 | 10001 | 111110 |
Color Harmonies of #AF8E94
Complementary color
Monochromatic Colors of #AF8E94
Black with #AF8E94
Text Example
Text Example
White with #AF8E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E94; }
p { color: rgb(175,142,148); }
H1.HeaderClassName
{
color: #AF8E94;
}
.AnyTagClassName
{
color: #AF8E94;
}
</style>
background-color css
<style>
a { background-color: #AF8E94; }
a { background-color: rgb(175,142,148); }
div.DivClassName
{
background-color: #AF8E94;
}
.BgClassName
{
background-color: #AF8E94;
}
</style>
border-color css
<style>
span { border-color: #AF8E94; }
span { border-color: rgb(175,142,148); }
td.TdClassName
{
border-color: #AF8E94;
}
.TagClassName
{
border-color: #AF8E94;
}
</style>