Shades of Viola #AF8895
Tints of Viola #AF8895
RGB
CMYK
RGB Variations
Color information
#AF8895 (or 0xAF8895) is known color: Viola. HEX triplet: AF, 88 and 95. RGB value is (175,136,149). Sum of RGB (Red+Green+Blue) = 175+136+149=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8895 is #50776A. Grayscale: #959595. Windows color (decimal): -5273451 or 9799855. OLE color: 9799855.
HSL color Cylindrical-coordinate representation of color #AF8895: hue angle of 340º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF8895 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 149 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.31 |
| HSL | 340º | 0.2% | 0.61% | - |
| HSV(B) | 340º | 0.22% | 0.69% | - |
| XYZ | 31.91 | 28.89 | 32.33 | - |
| YUV | 149.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 149 | 0 | 0.22 | 0.15 | 0.31 | 340 | 0.2 | 0.61 |
| Hex | AF | 88 | 95 | 0 | 16 | F | 1F | 154 | 14 | 3D |
| Octal | 257 | 210 | 225 | 0 | 26 | 17 | 37 | 524 | 24 | 75 |
| Binary | 10101111 | 10001000 | 10010101 | 0 | 10110 | 1111 | 11111 | 101010100 | 10100 | 111101 |
Color Harmonies of #AF8895
Complementary color
Monochromatic Colors of #AF8895
Black with #AF8895
Text Example
Text Example
White with #AF8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8895; }
p { color: rgb(175,136,149); }
H1.HeaderClassName
{
color: #AF8895;
}
.AnyTagClassName
{
color: #AF8895;
}
</style>
background-color css
<style>
a { background-color: #AF8895; }
a { background-color: rgb(175,136,149); }
div.DivClassName
{
background-color: #AF8895;
}
.BgClassName
{
background-color: #AF8895;
}
</style>
border-color css
<style>
span { border-color: #AF8895; }
span { border-color: rgb(175,136,149); }
td.TdClassName
{
border-color: #AF8895;
}
.TagClassName
{
border-color: #AF8895;
}
</style>