Shades of Viola #AF9DA1
Tints of Viola #AF9DA1
RGB
CMYK
RGB Variations
Color information
#AF9DA1 (or 0xAF9DA1) is known color: Viola. HEX triplet: AF, 9D and A1. RGB value is (175,157,161). Sum of RGB (Red+Green+Blue) = 175+157+161=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DA1 is #50625E. Grayscale: #A2A2A2. Windows color (decimal): -5268063 or 10591663. OLE color: 10591663.
HSL color Cylindrical-coordinate representation of color #AF9DA1: hue angle of 346.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AF9DA1 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 161 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.31 |
| HSL | 346.67º | 0.1% | 0.65% | - |
| HSV(B) | 346.67º | 0.1% | 0.69% | - |
| XYZ | 36.17 | 35.8 | 38.72 | - |
| YUV | 162.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 161 | 0 | 0.10 | 0.08 | 0.31 | 346.67 | 0.1 | 0.65 |
| Hex | AF | 9D | A1 | 0 | A | 8 | 1F | 15B | A | 41 |
| Octal | 257 | 235 | 241 | 0 | 12 | 10 | 37 | 533 | 12 | 101 |
| Binary | 10101111 | 10011101 | 10100001 | 0 | 1010 | 1000 | 11111 | 101011011 | 1010 | 1000001 |
Color Harmonies of #AF9DA1
Complementary color
Monochromatic Colors of #AF9DA1
Black with #AF9DA1
Text Example
Text Example
White with #AF9DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9DA1; }
p { color: rgb(175,157,161); }
H1.HeaderClassName
{
color: #AF9DA1;
}
.AnyTagClassName
{
color: #AF9DA1;
}
</style>
background-color css
<style>
a { background-color: #AF9DA1; }
a { background-color: rgb(175,157,161); }
div.DivClassName
{
background-color: #AF9DA1;
}
.BgClassName
{
background-color: #AF9DA1;
}
</style>
border-color css
<style>
span { border-color: #AF9DA1; }
span { border-color: rgb(175,157,161); }
td.TdClassName
{
border-color: #AF9DA1;
}
.TagClassName
{
border-color: #AF9DA1;
}
</style>