Shades of Viola #AF939C
Tints of Viola #AF939C
RGB
CMYK
RGB Variations
Color information
#AF939C (or 0xAF939C) is known color: Viola. HEX triplet: AF, 93 and 9C. RGB value is (175,147,156). Sum of RGB (Red+Green+Blue) = 175+147+156=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF939C is #506C63. Grayscale: #9C9C9C. Windows color (decimal): -5270628 or 10261423. OLE color: 10261423.
HSL color Cylindrical-coordinate representation of color #AF939C: hue angle of 340.71º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF939C is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 156 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.31 |
| HSL | 340.71º | 0.15% | 0.63% | - |
| HSV(B) | 340.71º | 0.16% | 0.69% | - |
| XYZ | 34.11 | 32.38 | 35.9 | - |
| YUV | 156.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 156 | 0 | 0.16 | 0.11 | 0.31 | 340.71 | 0.15 | 0.63 |
| Hex | AF | 93 | 9C | 0 | 10 | B | 1F | 155 | F | 3F |
| Octal | 257 | 223 | 234 | 0 | 20 | 13 | 37 | 525 | 17 | 77 |
| Binary | 10101111 | 10010011 | 10011100 | 0 | 10000 | 1011 | 11111 | 101010101 | 1111 | 111111 |
Color Harmonies of #AF939C
Complementary color
Monochromatic Colors of #AF939C
Black with #AF939C
Text Example
Text Example
White with #AF939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF939C; }
p { color: rgb(175,147,156); }
H1.HeaderClassName
{
color: #AF939C;
}
.AnyTagClassName
{
color: #AF939C;
}
</style>
background-color css
<style>
a { background-color: #AF939C; }
a { background-color: rgb(175,147,156); }
div.DivClassName
{
background-color: #AF939C;
}
.BgClassName
{
background-color: #AF939C;
}
</style>
border-color css
<style>
span { border-color: #AF939C; }
span { border-color: rgb(175,147,156); }
td.TdClassName
{
border-color: #AF939C;
}
.TagClassName
{
border-color: #AF939C;
}
</style>