Shades of Viola #AF9091
Tints of Viola #AF9091
RGB
CMYK
RGB Variations
Color information
#AF9091 (or 0xAF9091) is known color: Viola. HEX triplet: AF, 90 and 91. RGB value is (175,144,145). Sum of RGB (Red+Green+Blue) = 175+144+145=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9091 is #506F6E. Grayscale: #999999. Windows color (decimal): -5271407 or 9539759. OLE color: 9539759.
HSL color Cylindrical-coordinate representation of color #AF9091: hue angle of 358.06º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF9091 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 145 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.31 |
| HSL | 358.06º | 0.16% | 0.63% | - |
| HSV(B) | 358.06º | 0.18% | 0.69% | - |
| XYZ | 32.76 | 31.1 | 31.07 | - |
| YUV | 153.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 145 | 0 | 0.18 | 0.17 | 0.31 | 358.06 | 0.16 | 0.63 |
| Hex | AF | 90 | 91 | 0 | 12 | 11 | 1F | 166 | 10 | 3F |
| Octal | 257 | 220 | 221 | 0 | 22 | 21 | 37 | 546 | 20 | 77 |
| Binary | 10101111 | 10010000 | 10010001 | 0 | 10010 | 10001 | 11111 | 101100110 | 10000 | 111111 |
Color Harmonies of #AF9091
Complementary color
Monochromatic Colors of #AF9091
Black with #AF9091
Text Example
Text Example
White with #AF9091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9091; }
p { color: rgb(175,144,145); }
H1.HeaderClassName
{
color: #AF9091;
}
.AnyTagClassName
{
color: #AF9091;
}
</style>
background-color css
<style>
a { background-color: #AF9091; }
a { background-color: rgb(175,144,145); }
div.DivClassName
{
background-color: #AF9091;
}
.BgClassName
{
background-color: #AF9091;
}
</style>
border-color css
<style>
span { border-color: #AF9091; }
span { border-color: rgb(175,144,145); }
td.TdClassName
{
border-color: #AF9091;
}
.TagClassName
{
border-color: #AF9091;
}
</style>