Shades of Viola #AF999E
Tints of Viola #AF999E
RGB
CMYK
RGB Variations
Color information
#AF999E (or 0xAF999E) is known color: Viola. HEX triplet: AF, 99 and 9E. RGB value is (175,153,158). Sum of RGB (Red+Green+Blue) = 175+153+158=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF999E is #506661. Grayscale: #A0A0A0. Windows color (decimal): -5269090 or 10394031. OLE color: 10394031.
HSL color Cylindrical-coordinate representation of color #AF999E: hue angle of 346.36º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF999E is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 158 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.31 |
| HSL | 346.36º | 0.12% | 0.64% | - |
| HSV(B) | 346.36º | 0.13% | 0.69% | - |
| XYZ | 35.24 | 34.37 | 37.12 | - |
| YUV | 160.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 158 | 0 | 0.13 | 0.10 | 0.31 | 346.36 | 0.12 | 0.64 |
| Hex | AF | 99 | 9E | 0 | D | A | 1F | 15A | C | 40 |
| Octal | 257 | 231 | 236 | 0 | 15 | 12 | 37 | 532 | 14 | 100 |
| Binary | 10101111 | 10011001 | 10011110 | 0 | 1101 | 1010 | 11111 | 101011010 | 1100 | 1000000 |
Color Harmonies of #AF999E
Complementary color
Monochromatic Colors of #AF999E
Black with #AF999E
Text Example
Text Example
White with #AF999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF999E; }
p { color: rgb(175,153,158); }
H1.HeaderClassName
{
color: #AF999E;
}
.AnyTagClassName
{
color: #AF999E;
}
</style>
background-color css
<style>
a { background-color: #AF999E; }
a { background-color: rgb(175,153,158); }
div.DivClassName
{
background-color: #AF999E;
}
.BgClassName
{
background-color: #AF999E;
}
</style>
border-color css
<style>
span { border-color: #AF999E; }
span { border-color: rgb(175,153,158); }
td.TdClassName
{
border-color: #AF999E;
}
.TagClassName
{
border-color: #AF999E;
}
</style>