Shades of Viola #AF8E90
Tints of Viola #AF8E90
RGB
CMYK
RGB Variations
Color information
#AF8E90 (or 0xAF8E90) is known color: Viola. HEX triplet: AF, 8E and 90. RGB value is (175,142,144). Sum of RGB (Red+Green+Blue) = 175+142+144=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E90 is #50716F. Grayscale: #989898. Windows color (decimal): -5271920 or 9473711. OLE color: 9473711.
HSL color Cylindrical-coordinate representation of color #AF8E90: hue angle of 356.36º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8E90 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 142 | 144 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.31 |
| HSL | 356.36º | 0.17% | 0.62% | - |
| HSV(B) | 356.36º | 0.19% | 0.69% | - |
| XYZ | 32.39 | 30.47 | 30.56 | - |
| YUV | 152.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 144 | 0 | 0.19 | 0.18 | 0.31 | 356.36 | 0.17 | 0.62 |
| Hex | AF | 8E | 90 | 0 | 13 | 12 | 1F | 164 | 11 | 3E |
| Octal | 257 | 216 | 220 | 0 | 23 | 22 | 37 | 544 | 21 | 76 |
| Binary | 10101111 | 10001110 | 10010000 | 0 | 10011 | 10010 | 11111 | 101100100 | 10001 | 111110 |
Color Harmonies of #AF8E90
Complementary color
Monochromatic Colors of #AF8E90
Black with #AF8E90
Text Example
Text Example
White with #AF8E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8E90; }
p { color: rgb(175,142,144); }
H1.HeaderClassName
{
color: #AF8E90;
}
.AnyTagClassName
{
color: #AF8E90;
}
</style>
background-color css
<style>
a { background-color: #AF8E90; }
a { background-color: rgb(175,142,144); }
div.DivClassName
{
background-color: #AF8E90;
}
.BgClassName
{
background-color: #AF8E90;
}
</style>
border-color css
<style>
span { border-color: #AF8E90; }
span { border-color: rgb(175,142,144); }
td.TdClassName
{
border-color: #AF8E90;
}
.TagClassName
{
border-color: #AF8E90;
}
</style>