Shades of Viola #AF9193
Tints of Viola #AF9193
RGB
CMYK
RGB Variations
Color information
#AF9193 (or 0xAF9193) is known color: Viola. HEX triplet: AF, 91 and 93. RGB value is (175,145,147). Sum of RGB (Red+Green+Blue) = 175+145+147=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9193 is #506E6C. Grayscale: #9A9A9A. Windows color (decimal): -5271149 or 9671087. OLE color: 9671087.
HSL color Cylindrical-coordinate representation of color #AF9193: hue angle of 356º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9193 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 147 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.31 |
| HSL | 356º | 0.16% | 0.63% | - |
| HSV(B) | 356º | 0.17% | 0.69% | - |
| XYZ | 33.07 | 31.47 | 31.94 | - |
| YUV | 154.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 147 | 0 | 0.17 | 0.16 | 0.31 | 356 | 0.16 | 0.63 |
| Hex | AF | 91 | 93 | 0 | 11 | 10 | 1F | 164 | 10 | 3F |
| Octal | 257 | 221 | 223 | 0 | 21 | 20 | 37 | 544 | 20 | 77 |
| Binary | 10101111 | 10010001 | 10010011 | 0 | 10001 | 10000 | 11111 | 101100100 | 10000 | 111111 |
Color Harmonies of #AF9193
Complementary color
Monochromatic Colors of #AF9193
Black with #AF9193
Text Example
Text Example
White with #AF9193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9193; }
p { color: rgb(175,145,147); }
H1.HeaderClassName
{
color: #AF9193;
}
.AnyTagClassName
{
color: #AF9193;
}
</style>
background-color css
<style>
a { background-color: #AF9193; }
a { background-color: rgb(175,145,147); }
div.DivClassName
{
background-color: #AF9193;
}
.BgClassName
{
background-color: #AF9193;
}
</style>
border-color css
<style>
span { border-color: #AF9193; }
span { border-color: rgb(175,145,147); }
td.TdClassName
{
border-color: #AF9193;
}
.TagClassName
{
border-color: #AF9193;
}
</style>