Shades of Viola #AF8C95
Tints of Viola #AF8C95
RGB
CMYK
RGB Variations
Color information
#AF8C95 (or 0xAF8C95) is known color: Viola. HEX triplet: AF, 8C and 95. RGB value is (175,140,149). Sum of RGB (Red+Green+Blue) = 175+140+149=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C95 is #50736A. Grayscale: #979797. Windows color (decimal): -5272427 or 9800879. OLE color: 9800879.
HSL color Cylindrical-coordinate representation of color #AF8C95: hue angle of 344.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8C95 is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 149 | - |
| CMYK | 0 | 0.2 | 0.15 | 0.31 |
| HSL | 344.57º | 0.18% | 0.62% | - |
| HSV(B) | 344.57º | 0.2% | 0.69% | - |
| XYZ | 32.48 | 30.04 | 32.52 | - |
| YUV | 151.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 149 | 0 | 0.2 | 0.15 | 0.31 | 344.57 | 0.18 | 0.62 |
| Hex | AF | 8C | 95 | 0 | 14 | F | 1F | 159 | 12 | 3E |
| Octal | 257 | 214 | 225 | 0 | 24 | 17 | 37 | 531 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10010101 | 0 | 10100 | 1111 | 11111 | 101011001 | 10010 | 111110 |
Color Harmonies of #AF8C95
Complementary color
Monochromatic Colors of #AF8C95
Black with #AF8C95
Text Example
Text Example
White with #AF8C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C95; }
p { color: rgb(175,140,149); }
H1.HeaderClassName
{
color: #AF8C95;
}
.AnyTagClassName
{
color: #AF8C95;
}
</style>
background-color css
<style>
a { background-color: #AF8C95; }
a { background-color: rgb(175,140,149); }
div.DivClassName
{
background-color: #AF8C95;
}
.BgClassName
{
background-color: #AF8C95;
}
</style>
border-color css
<style>
span { border-color: #AF8C95; }
span { border-color: rgb(175,140,149); }
td.TdClassName
{
border-color: #AF8C95;
}
.TagClassName
{
border-color: #AF8C95;
}
</style>