Shades of Viola #AF888E
Tints of Viola #AF888E
RGB
CMYK
RGB Variations
Color information
#AF888E (or 0xAF888E) is known color: Viola. HEX triplet: AF, 88 and 8E. RGB value is (175,136,142). Sum of RGB (Red+Green+Blue) = 175+136+142=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF888E is #507771. Grayscale: #949494. Windows color (decimal): -5273458 or 9341103. OLE color: 9341103.
HSL color Cylindrical-coordinate representation of color #AF888E: hue angle of 350.77º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF888E is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 142 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.31 |
| HSL | 350.77º | 0.2% | 0.61% | - |
| HSV(B) | 350.77º | 0.22% | 0.69% | - |
| XYZ | 31.37 | 28.68 | 29.47 | - |
| YUV | 148.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 142 | 0 | 0.22 | 0.19 | 0.31 | 350.77 | 0.2 | 0.61 |
| Hex | AF | 88 | 8E | 0 | 16 | 13 | 1F | 15F | 14 | 3D |
| Octal | 257 | 210 | 216 | 0 | 26 | 23 | 37 | 537 | 24 | 75 |
| Binary | 10101111 | 10001000 | 10001110 | 0 | 10110 | 10011 | 11111 | 101011111 | 10100 | 111101 |
Color Harmonies of #AF888E
Complementary color
Monochromatic Colors of #AF888E
Black with #AF888E
Text Example
Text Example
White with #AF888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF888E; }
p { color: rgb(175,136,142); }
H1.HeaderClassName
{
color: #AF888E;
}
.AnyTagClassName
{
color: #AF888E;
}
</style>
background-color css
<style>
a { background-color: #AF888E; }
a { background-color: rgb(175,136,142); }
div.DivClassName
{
background-color: #AF888E;
}
.BgClassName
{
background-color: #AF888E;
}
</style>
border-color css
<style>
span { border-color: #AF888E; }
span { border-color: rgb(175,136,142); }
td.TdClassName
{
border-color: #AF888E;
}
.TagClassName
{
border-color: #AF888E;
}
</style>