Shades of Viola #AF8C8E
Tints of Viola #AF8C8E
RGB
CMYK
RGB Variations
Color information
#AF8C8E (or 0xAF8C8E) is known color: Viola. HEX triplet: AF, 8C and 8E. RGB value is (175,140,142). Sum of RGB (Red+Green+Blue) = 175+140+142=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C8E is #507371. Grayscale: #969696. Windows color (decimal): -5272434 or 9342127. OLE color: 9342127.
HSL color Cylindrical-coordinate representation of color #AF8C8E: hue angle of 356.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 #AF8C8E is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 142 | - |
| CMYK | 0 | 0.2 | 0.19 | 0.31 |
| HSL | 356.57º | 0.18% | 0.62% | - |
| HSV(B) | 356.57º | 0.2% | 0.69% | - |
| XYZ | 31.94 | 29.82 | 29.66 | - |
| YUV | 150.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 142 | 0 | 0.2 | 0.19 | 0.31 | 356.57 | 0.18 | 0.62 |
| Hex | AF | 8C | 8E | 0 | 14 | 13 | 1F | 165 | 12 | 3E |
| Octal | 257 | 214 | 216 | 0 | 24 | 23 | 37 | 545 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10001110 | 0 | 10100 | 10011 | 11111 | 101100101 | 10010 | 111110 |
Color Harmonies of #AF8C8E
Complementary color
Monochromatic Colors of #AF8C8E
Black with #AF8C8E
Text Example
Text Example
White with #AF8C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C8E; }
p { color: rgb(175,140,142); }
H1.HeaderClassName
{
color: #AF8C8E;
}
.AnyTagClassName
{
color: #AF8C8E;
}
</style>
background-color css
<style>
a { background-color: #AF8C8E; }
a { background-color: rgb(175,140,142); }
div.DivClassName
{
background-color: #AF8C8E;
}
.BgClassName
{
background-color: #AF8C8E;
}
</style>
border-color css
<style>
span { border-color: #AF8C8E; }
span { border-color: rgb(175,140,142); }
td.TdClassName
{
border-color: #AF8C8E;
}
.TagClassName
{
border-color: #AF8C8E;
}
</style>