Shades of Viola #AF8F92
Tints of Viola #AF8F92
RGB
CMYK
RGB Variations
Color information
#AF8F92 (or 0xAF8F92) is known color: Viola. HEX triplet: AF, 8F and 92. RGB value is (175,143,146). Sum of RGB (Red+Green+Blue) = 175+143+146=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F92 is #50706D. Grayscale: #989898. Windows color (decimal): -5271662 or 9605039. OLE color: 9605039.
HSL color Cylindrical-coordinate representation of color #AF8F92: hue angle of 354.38º 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 #AF8F92 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 146 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.31 |
| HSL | 354.38º | 0.17% | 0.62% | - |
| HSV(B) | 354.38º | 0.18% | 0.69% | - |
| XYZ | 32.69 | 30.83 | 31.42 | - |
| YUV | 152.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 146 | 0 | 0.18 | 0.17 | 0.31 | 354.38 | 0.17 | 0.62 |
| Hex | AF | 8F | 92 | 0 | 12 | 11 | 1F | 162 | 11 | 3E |
| Octal | 257 | 217 | 222 | 0 | 22 | 21 | 37 | 542 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10010010 | 0 | 10010 | 10001 | 11111 | 101100010 | 10001 | 111110 |
Color Harmonies of #AF8F92
Complementary color
Monochromatic Colors of #AF8F92
Black with #AF8F92
Text Example
Text Example
White with #AF8F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F92; }
p { color: rgb(175,143,146); }
H1.HeaderClassName
{
color: #AF8F92;
}
.AnyTagClassName
{
color: #AF8F92;
}
</style>
background-color css
<style>
a { background-color: #AF8F92; }
a { background-color: rgb(175,143,146); }
div.DivClassName
{
background-color: #AF8F92;
}
.BgClassName
{
background-color: #AF8F92;
}
</style>
border-color css
<style>
span { border-color: #AF8F92; }
span { border-color: rgb(175,143,146); }
td.TdClassName
{
border-color: #AF8F92;
}
.TagClassName
{
border-color: #AF8F92;
}
</style>