Shades of Viola #AF8B8E
Tints of Viola #AF8B8E
RGB
CMYK
RGB Variations
Color information
#AF8B8E (or 0xAF8B8E) is known color: Viola. HEX triplet: AF, 8B and 8E. RGB value is (175,139,142). Sum of RGB (Red+Green+Blue) = 175+139+142=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B8E is #507471. Grayscale: #969696. Windows color (decimal): -5272690 or 9341871. OLE color: 9341871.
HSL color Cylindrical-coordinate representation of color #AF8B8E: hue angle of 355º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8B8E is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 142 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.31 |
| HSL | 355º | 0.18% | 0.62% | - |
| HSV(B) | 355º | 0.21% | 0.69% | - |
| XYZ | 31.79 | 29.53 | 29.62 | - |
| YUV | 150.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 142 | 0 | 0.21 | 0.19 | 0.31 | 355 | 0.18 | 0.62 |
| Hex | AF | 8B | 8E | 0 | 15 | 13 | 1F | 163 | 12 | 3E |
| Octal | 257 | 213 | 216 | 0 | 25 | 23 | 37 | 543 | 22 | 76 |
| Binary | 10101111 | 10001011 | 10001110 | 0 | 10101 | 10011 | 11111 | 101100011 | 10010 | 111110 |
Color Harmonies of #AF8B8E
Complementary color
Monochromatic Colors of #AF8B8E
Black with #AF8B8E
Text Example
Text Example
White with #AF8B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B8E; }
p { color: rgb(175,139,142); }
H1.HeaderClassName
{
color: #AF8B8E;
}
.AnyTagClassName
{
color: #AF8B8E;
}
</style>
background-color css
<style>
a { background-color: #AF8B8E; }
a { background-color: rgb(175,139,142); }
div.DivClassName
{
background-color: #AF8B8E;
}
.BgClassName
{
background-color: #AF8B8E;
}
</style>
border-color css
<style>
span { border-color: #AF8B8E; }
span { border-color: rgb(175,139,142); }
td.TdClassName
{
border-color: #AF8B8E;
}
.TagClassName
{
border-color: #AF8B8E;
}
</style>