Shades of Viola #AF8F94
Tints of Viola #AF8F94
RGB
CMYK
RGB Variations
Color information
#AF8F94 (or 0xAF8F94) is known color: Viola. HEX triplet: AF, 8F and 94. RGB value is (175,143,148). Sum of RGB (Red+Green+Blue) = 175+143+148=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F94 is #50706B. Grayscale: #999999. Windows color (decimal): -5271660 or 9736111. OLE color: 9736111.
HSL color Cylindrical-coordinate representation of color #AF8F94: hue angle of 350.62º 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 #AF8F94 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 148 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.31 |
| HSL | 350.63º | 0.17% | 0.62% | - |
| HSV(B) | 350.63º | 0.18% | 0.69% | - |
| XYZ | 32.85 | 30.9 | 32.25 | - |
| YUV | 153.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 148 | 0 | 0.18 | 0.15 | 0.31 | 350.63 | 0.17 | 0.62 |
| Hex | AF | 8F | 94 | 0 | 12 | F | 1F | 15F | 11 | 3E |
| Octal | 257 | 217 | 224 | 0 | 22 | 17 | 37 | 537 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10010100 | 0 | 10010 | 1111 | 11111 | 101011111 | 10001 | 111110 |
Color Harmonies of #AF8F94
Complementary color
Monochromatic Colors of #AF8F94
Black with #AF8F94
Text Example
Text Example
White with #AF8F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F94; }
p { color: rgb(175,143,148); }
H1.HeaderClassName
{
color: #AF8F94;
}
.AnyTagClassName
{
color: #AF8F94;
}
</style>
background-color css
<style>
a { background-color: #AF8F94; }
a { background-color: rgb(175,143,148); }
div.DivClassName
{
background-color: #AF8F94;
}
.BgClassName
{
background-color: #AF8F94;
}
</style>
border-color css
<style>
span { border-color: #AF8F94; }
span { border-color: rgb(175,143,148); }
td.TdClassName
{
border-color: #AF8F94;
}
.TagClassName
{
border-color: #AF8F94;
}
</style>