Shades of Viola #AF909A
Tints of Viola #AF909A
RGB
CMYK
RGB Variations
Color information
#AF909A (or 0xAF909A) is known color: Viola. HEX triplet: AF, 90 and 9A. RGB value is (175,144,154). Sum of RGB (Red+Green+Blue) = 175+144+154=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF909A is #506F65. Grayscale: #9A9A9A. Windows color (decimal): -5271398 or 10129583. OLE color: 10129583.
HSL color Cylindrical-coordinate representation of color #AF909A: hue angle of 340.65º 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 #AF909A is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 154 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.31 |
| HSL | 340.65º | 0.16% | 0.63% | - |
| HSV(B) | 340.65º | 0.18% | 0.69% | - |
| XYZ | 33.49 | 31.39 | 34.87 | - |
| YUV | 154.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 154 | 0 | 0.18 | 0.12 | 0.31 | 340.65 | 0.16 | 0.63 |
| Hex | AF | 90 | 9A | 0 | 12 | C | 1F | 155 | 10 | 3F |
| Octal | 257 | 220 | 232 | 0 | 22 | 14 | 37 | 525 | 20 | 77 |
| Binary | 10101111 | 10010000 | 10011010 | 0 | 10010 | 1100 | 11111 | 101010101 | 10000 | 111111 |
Color Harmonies of #AF909A
Complementary color
Monochromatic Colors of #AF909A
Black with #AF909A
Text Example
Text Example
White with #AF909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF909A; }
p { color: rgb(175,144,154); }
H1.HeaderClassName
{
color: #AF909A;
}
.AnyTagClassName
{
color: #AF909A;
}
</style>
background-color css
<style>
a { background-color: #AF909A; }
a { background-color: rgb(175,144,154); }
div.DivClassName
{
background-color: #AF909A;
}
.BgClassName
{
background-color: #AF909A;
}
</style>
border-color css
<style>
span { border-color: #AF909A; }
span { border-color: rgb(175,144,154); }
td.TdClassName
{
border-color: #AF909A;
}
.TagClassName
{
border-color: #AF909A;
}
</style>