Shades of Viola #AF8C99
Tints of Viola #AF8C99
RGB
CMYK
RGB Variations
Color information
#AF8C99 (or 0xAF8C99) is known color: Viola. HEX triplet: AF, 8C and 99. RGB value is (175,140,153). Sum of RGB (Red+Green+Blue) = 175+140+153=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C99 is #507366. Grayscale: #979797. Windows color (decimal): -5272423 or 10063023. OLE color: 10063023.
HSL color Cylindrical-coordinate representation of color #AF8C99: hue angle of 337.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8C99 is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 153 | - |
| CMYK | 0 | 0.2 | 0.13 | 0.31 |
| HSL | 337.71º | 0.18% | 0.62% | - |
| HSV(B) | 337.71º | 0.2% | 0.69% | - |
| XYZ | 32.81 | 30.17 | 34.23 | - |
| YUV | 151.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 153 | 0 | 0.2 | 0.13 | 0.31 | 337.71 | 0.18 | 0.62 |
| Hex | AF | 8C | 99 | 0 | 14 | D | 1F | 152 | 12 | 3E |
| Octal | 257 | 214 | 231 | 0 | 24 | 15 | 37 | 522 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10011001 | 0 | 10100 | 1101 | 11111 | 101010010 | 10010 | 111110 |
Color Harmonies of #AF8C99
Complementary color
Monochromatic Colors of #AF8C99
Black with #AF8C99
Text Example
Text Example
White with #AF8C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C99; }
p { color: rgb(175,140,153); }
H1.HeaderClassName
{
color: #AF8C99;
}
.AnyTagClassName
{
color: #AF8C99;
}
</style>
background-color css
<style>
a { background-color: #AF8C99; }
a { background-color: rgb(175,140,153); }
div.DivClassName
{
background-color: #AF8C99;
}
.BgClassName
{
background-color: #AF8C99;
}
</style>
border-color css
<style>
span { border-color: #AF8C99; }
span { border-color: rgb(175,140,153); }
td.TdClassName
{
border-color: #AF8C99;
}
.TagClassName
{
border-color: #AF8C99;
}
</style>