Shades of Viola #AF8B8C
Tints of Viola #AF8B8C
RGB
CMYK
RGB Variations
Color information
#AF8B8C (or 0xAF8B8C) is known color: Viola. HEX triplet: AF, 8B and 8C. RGB value is (175,139,140). Sum of RGB (Red+Green+Blue) = 175+139+140=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8B8C is #507473. Grayscale: #959595. Windows color (decimal): -5272692 or 9210799. OLE color: 9210799.
HSL color Cylindrical-coordinate representation of color #AF8B8C: hue angle of 358.33º 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 #AF8B8C is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 140 | - |
| CMYK | 0 | 0.21 | 0.2 | 0.31 |
| HSL | 358.33º | 0.18% | 0.62% | - |
| HSV(B) | 358.33º | 0.21% | 0.69% | - |
| XYZ | 31.65 | 29.47 | 28.83 | - |
| YUV | 149.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 140 | 0 | 0.21 | 0.2 | 0.31 | 358.33 | 0.18 | 0.62 |
| Hex | AF | 8B | 8C | 0 | 15 | 14 | 1F | 166 | 12 | 3E |
| Octal | 257 | 213 | 214 | 0 | 25 | 24 | 37 | 546 | 22 | 76 |
| Binary | 10101111 | 10001011 | 10001100 | 0 | 10101 | 10100 | 11111 | 101100110 | 10010 | 111110 |
Color Harmonies of #AF8B8C
Complementary color
Monochromatic Colors of #AF8B8C
Black with #AF8B8C
Text Example
Text Example
White with #AF8B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B8C; }
p { color: rgb(175,139,140); }
H1.HeaderClassName
{
color: #AF8B8C;
}
.AnyTagClassName
{
color: #AF8B8C;
}
</style>
background-color css
<style>
a { background-color: #AF8B8C; }
a { background-color: rgb(175,139,140); }
div.DivClassName
{
background-color: #AF8B8C;
}
.BgClassName
{
background-color: #AF8B8C;
}
</style>
border-color css
<style>
span { border-color: #AF8B8C; }
span { border-color: rgb(175,139,140); }
td.TdClassName
{
border-color: #AF8B8C;
}
.TagClassName
{
border-color: #AF8B8C;
}
</style>