Shades of Viola #AF939A
Tints of Viola #AF939A
RGB
CMYK
RGB Variations
Color information
#AF939A (or 0xAF939A) is known color: Viola. HEX triplet: AF, 93 and 9A. RGB value is (175,147,154). Sum of RGB (Red+Green+Blue) = 175+147+154=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF939A is #506C65. Grayscale: #9C9C9C. Windows color (decimal): -5270630 or 10130351. OLE color: 10130351.
HSL color Cylindrical-coordinate representation of color #AF939A: hue angle of 345º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF939A is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 154 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.31 |
| HSL | 345º | 0.15% | 0.63% | - |
| HSV(B) | 345º | 0.16% | 0.69% | - |
| XYZ | 33.95 | 32.31 | 35.02 | - |
| YUV | 156.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 154 | 0 | 0.16 | 0.12 | 0.31 | 345 | 0.15 | 0.63 |
| Hex | AF | 93 | 9A | 0 | 10 | C | 1F | 159 | F | 3F |
| Octal | 257 | 223 | 232 | 0 | 20 | 14 | 37 | 531 | 17 | 77 |
| Binary | 10101111 | 10010011 | 10011010 | 0 | 10000 | 1100 | 11111 | 101011001 | 1111 | 111111 |
Color Harmonies of #AF939A
Complementary color
Monochromatic Colors of #AF939A
Black with #AF939A
Text Example
Text Example
White with #AF939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF939A; }
p { color: rgb(175,147,154); }
H1.HeaderClassName
{
color: #AF939A;
}
.AnyTagClassName
{
color: #AF939A;
}
</style>
background-color css
<style>
a { background-color: #AF939A; }
a { background-color: rgb(175,147,154); }
div.DivClassName
{
background-color: #AF939A;
}
.BgClassName
{
background-color: #AF939A;
}
</style>
border-color css
<style>
span { border-color: #AF939A; }
span { border-color: rgb(175,147,154); }
td.TdClassName
{
border-color: #AF939A;
}
.TagClassName
{
border-color: #AF939A;
}
</style>