Shades of Viola #AF919B
Tints of Viola #AF919B
RGB
CMYK
RGB Variations
Color information
#AF919B (or 0xAF919B) is known color: Viola. HEX triplet: AF, 91 and 9B. RGB value is (175,145,155). Sum of RGB (Red+Green+Blue) = 175+145+155=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF919B is #506E64. Grayscale: #9B9B9B. Windows color (decimal): -5271141 or 10195375. OLE color: 10195375.
HSL color Cylindrical-coordinate representation of color #AF919B: hue angle of 340º 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 #AF919B is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 145 | 155 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.31 |
| HSL | 340º | 0.16% | 0.63% | - |
| HSV(B) | 340º | 0.17% | 0.69% | - |
| XYZ | 33.72 | 31.73 | 35.36 | - |
| YUV | 155.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 155 | 0 | 0.17 | 0.11 | 0.31 | 340 | 0.16 | 0.63 |
| Hex | AF | 91 | 9B | 0 | 11 | B | 1F | 154 | 10 | 3F |
| Octal | 257 | 221 | 233 | 0 | 21 | 13 | 37 | 524 | 20 | 77 |
| Binary | 10101111 | 10010001 | 10011011 | 0 | 10001 | 1011 | 11111 | 101010100 | 10000 | 111111 |
Color Harmonies of #AF919B
Complementary color
Monochromatic Colors of #AF919B
Black with #AF919B
Text Example
Text Example
White with #AF919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF919B; }
p { color: rgb(175,145,155); }
H1.HeaderClassName
{
color: #AF919B;
}
.AnyTagClassName
{
color: #AF919B;
}
</style>
background-color css
<style>
a { background-color: #AF919B; }
a { background-color: rgb(175,145,155); }
div.DivClassName
{
background-color: #AF919B;
}
.BgClassName
{
background-color: #AF919B;
}
</style>
border-color css
<style>
span { border-color: #AF919B; }
span { border-color: rgb(175,145,155); }
td.TdClassName
{
border-color: #AF919B;
}
.TagClassName
{
border-color: #AF919B;
}
</style>