Shades of Viola #AF9094
Tints of Viola #AF9094
RGB
CMYK
RGB Variations
Color information
#AF9094 (or 0xAF9094) is known color: Viola. HEX triplet: AF, 90 and 94. RGB value is (175,144,148). Sum of RGB (Red+Green+Blue) = 175+144+148=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9094 is #506F6B. Grayscale: #999999. Windows color (decimal): -5271404 or 9736367. OLE color: 9736367.
HSL color Cylindrical-coordinate representation of color #AF9094: hue angle of 352.26º 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 #AF9094 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 148 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.31 |
| HSL | 352.26º | 0.16% | 0.63% | - |
| HSV(B) | 352.26º | 0.18% | 0.69% | - |
| XYZ | 33 | 31.2 | 32.3 | - |
| YUV | 153.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 148 | 0 | 0.18 | 0.15 | 0.31 | 352.26 | 0.16 | 0.63 |
| Hex | AF | 90 | 94 | 0 | 12 | F | 1F | 160 | 10 | 3F |
| Octal | 257 | 220 | 224 | 0 | 22 | 17 | 37 | 540 | 20 | 77 |
| Binary | 10101111 | 10010000 | 10010100 | 0 | 10010 | 1111 | 11111 | 101100000 | 10000 | 111111 |
Color Harmonies of #AF9094
Complementary color
Monochromatic Colors of #AF9094
Black with #AF9094
Text Example
Text Example
White with #AF9094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9094; }
p { color: rgb(175,144,148); }
H1.HeaderClassName
{
color: #AF9094;
}
.AnyTagClassName
{
color: #AF9094;
}
</style>
background-color css
<style>
a { background-color: #AF9094; }
a { background-color: rgb(175,144,148); }
div.DivClassName
{
background-color: #AF9094;
}
.BgClassName
{
background-color: #AF9094;
}
</style>
border-color css
<style>
span { border-color: #AF9094; }
span { border-color: rgb(175,144,148); }
td.TdClassName
{
border-color: #AF9094;
}
.TagClassName
{
border-color: #AF9094;
}
</style>