Shades of Viola #AF8F90
Tints of Viola #AF8F90
RGB
CMYK
RGB Variations
Color information
#AF8F90 (or 0xAF8F90) is known color: Viola. HEX triplet: AF, 8F and 90. RGB value is (175,143,144). Sum of RGB (Red+Green+Blue) = 175+143+144=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8F90 is #50706F. Grayscale: #989898. Windows color (decimal): -5271664 or 9473967. OLE color: 9473967.
HSL color Cylindrical-coordinate representation of color #AF8F90: hue angle of 358.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF8F90 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 144 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.31 |
| HSL | 358.13º | 0.17% | 0.62% | - |
| HSV(B) | 358.13º | 0.18% | 0.69% | - |
| XYZ | 32.54 | 30.77 | 30.61 | - |
| YUV | 152.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 144 | 0 | 0.18 | 0.18 | 0.31 | 358.13 | 0.17 | 0.62 |
| Hex | AF | 8F | 90 | 0 | 12 | 12 | 1F | 166 | 11 | 3E |
| Octal | 257 | 217 | 220 | 0 | 22 | 22 | 37 | 546 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10010000 | 0 | 10010 | 10010 | 11111 | 101100110 | 10001 | 111110 |
Color Harmonies of #AF8F90
Complementary color
Monochromatic Colors of #AF8F90
Black with #AF8F90
Text Example
Text Example
White with #AF8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F90; }
p { color: rgb(175,143,144); }
H1.HeaderClassName
{
color: #AF8F90;
}
.AnyTagClassName
{
color: #AF8F90;
}
</style>
background-color css
<style>
a { background-color: #AF8F90; }
a { background-color: rgb(175,143,144); }
div.DivClassName
{
background-color: #AF8F90;
}
.BgClassName
{
background-color: #AF8F90;
}
</style>
border-color css
<style>
span { border-color: #AF8F90; }
span { border-color: rgb(175,143,144); }
td.TdClassName
{
border-color: #AF8F90;
}
.TagClassName
{
border-color: #AF8F90;
}
</style>