Shades of Viola #AF898D
Tints of Viola #AF898D
RGB
CMYK
RGB Variations
Color information
#AF898D (or 0xAF898D) is known color: Viola. HEX triplet: AF, 89 and 8D. RGB value is (175,137,141). Sum of RGB (Red+Green+Blue) = 175+137+141=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF898D is #507672. Grayscale: #949494. Windows color (decimal): -5273203 or 9275823. OLE color: 9275823.
HSL color Cylindrical-coordinate representation of color #AF898D: hue angle of 353.68º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF898D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 141 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.31 |
| HSL | 353.68º | 0.19% | 0.61% | - |
| HSV(B) | 353.68º | 0.22% | 0.69% | - |
| XYZ | 31.43 | 28.93 | 29.13 | - |
| YUV | 148.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 141 | 0 | 0.22 | 0.19 | 0.31 | 353.68 | 0.19 | 0.61 |
| Hex | AF | 89 | 8D | 0 | 16 | 13 | 1F | 162 | 13 | 3D |
| Octal | 257 | 211 | 215 | 0 | 26 | 23 | 37 | 542 | 23 | 75 |
| Binary | 10101111 | 10001001 | 10001101 | 0 | 10110 | 10011 | 11111 | 101100010 | 10011 | 111101 |
Color Harmonies of #AF898D
Complementary color
Monochromatic Colors of #AF898D
Black with #AF898D
Text Example
Text Example
White with #AF898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF898D; }
p { color: rgb(175,137,141); }
H1.HeaderClassName
{
color: #AF898D;
}
.AnyTagClassName
{
color: #AF898D;
}
</style>
background-color css
<style>
a { background-color: #AF898D; }
a { background-color: rgb(175,137,141); }
div.DivClassName
{
background-color: #AF898D;
}
.BgClassName
{
background-color: #AF898D;
}
</style>
border-color css
<style>
span { border-color: #AF898D; }
span { border-color: rgb(175,137,141); }
td.TdClassName
{
border-color: #AF898D;
}
.TagClassName
{
border-color: #AF898D;
}
</style>