Shades of Viola #AF959B
Tints of Viola #AF959B
RGB
CMYK
RGB Variations
Color information
#AF959B (or 0xAF959B) is known color: Viola. HEX triplet: AF, 95 and 9B. RGB value is (175,149,155). Sum of RGB (Red+Green+Blue) = 175+149+155=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF959B is #506A64. Grayscale: #9D9D9D. Windows color (decimal): -5270117 or 10196399. OLE color: 10196399.
HSL color Cylindrical-coordinate representation of color #AF959B: hue angle of 346.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF959B is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 155 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.31 |
| HSL | 346.15º | 0.14% | 0.64% | - |
| HSV(B) | 346.15º | 0.15% | 0.69% | - |
| XYZ | 34.34 | 32.98 | 35.57 | - |
| YUV | 157.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 155 | 0 | 0.15 | 0.11 | 0.31 | 346.15 | 0.14 | 0.64 |
| Hex | AF | 95 | 9B | 0 | F | B | 1F | 15A | E | 40 |
| Octal | 257 | 225 | 233 | 0 | 17 | 13 | 37 | 532 | 16 | 100 |
| Binary | 10101111 | 10010101 | 10011011 | 0 | 1111 | 1011 | 11111 | 101011010 | 1110 | 1000000 |
Color Harmonies of #AF959B
Complementary color
Monochromatic Colors of #AF959B
Black with #AF959B
Text Example
Text Example
White with #AF959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF959B; }
p { color: rgb(175,149,155); }
H1.HeaderClassName
{
color: #AF959B;
}
.AnyTagClassName
{
color: #AF959B;
}
</style>
background-color css
<style>
a { background-color: #AF959B; }
a { background-color: rgb(175,149,155); }
div.DivClassName
{
background-color: #AF959B;
}
.BgClassName
{
background-color: #AF959B;
}
</style>
border-color css
<style>
span { border-color: #AF959B; }
span { border-color: rgb(175,149,155); }
td.TdClassName
{
border-color: #AF959B;
}
.TagClassName
{
border-color: #AF959B;
}
</style>