Shades of Viola #AE898D
Tints of Viola #AE898D
RGB
CMYK
RGB Variations
Color information
#AE898D (or 0xAE898D) is known color: Viola. HEX triplet: AE, 89 and 8D. RGB value is (174,137,141). Sum of RGB (Red+Green+Blue) = 174+137+141=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE898D is #517672. Grayscale: #949494. Windows color (decimal): -5338739 or 9275822. OLE color: 9275822.
HSL color Cylindrical-coordinate representation of color #AE898D: hue angle of 353.51º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE898D is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 137 | 141 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.32 |
| HSL | 353.51º | 0.19% | 0.61% | - |
| HSV(B) | 353.51º | 0.21% | 0.68% | - |
| XYZ | 31.21 | 28.81 | 29.12 | - |
| YUV | 148.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 141 | 0 | 0.21 | 0.19 | 0.32 | 353.51 | 0.19 | 0.61 |
| Hex | AE | 89 | 8D | 0 | 15 | 13 | 20 | 162 | 13 | 3D |
| Octal | 256 | 211 | 215 | 0 | 25 | 23 | 40 | 542 | 23 | 75 |
| Binary | 10101110 | 10001001 | 10001101 | 0 | 10101 | 10011 | 100000 | 101100010 | 10011 | 111101 |
Color Harmonies of #AE898D
Complementary color
Monochromatic Colors of #AE898D
Black with #AE898D
Text Example
Text Example
White with #AE898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE898D; }
p { color: rgb(174,137,141); }
H1.HeaderClassName
{
color: #AE898D;
}
.AnyTagClassName
{
color: #AE898D;
}
</style>
background-color css
<style>
a { background-color: #AE898D; }
a { background-color: rgb(174,137,141); }
div.DivClassName
{
background-color: #AE898D;
}
.BgClassName
{
background-color: #AE898D;
}
</style>
border-color css
<style>
span { border-color: #AE898D; }
span { border-color: rgb(174,137,141); }
td.TdClassName
{
border-color: #AE898D;
}
.TagClassName
{
border-color: #AE898D;
}
</style>