Shades of Viola #AE8996
Tints of Viola #AE8996
RGB
CMYK
RGB Variations
Color information
#AE8996 (or 0xAE8996) is known color: Viola. HEX triplet: AE, 89 and 96. RGB value is (174,137,150). Sum of RGB (Red+Green+Blue) = 174+137+150=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8996 is #517669. Grayscale: #959595. Windows color (decimal): -5338730 or 9865646. OLE color: 9865646.
HSL color Cylindrical-coordinate representation of color #AE8996: hue angle of 338.92º 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 #AE8996 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 137 | 150 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.32 |
| HSL | 338.92º | 0.19% | 0.61% | - |
| HSV(B) | 338.92º | 0.21% | 0.68% | - |
| XYZ | 31.91 | 29.09 | 32.79 | - |
| YUV | 149.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 150 | 0 | 0.21 | 0.14 | 0.32 | 338.92 | 0.19 | 0.61 |
| Hex | AE | 89 | 96 | 0 | 15 | E | 20 | 153 | 13 | 3D |
| Octal | 256 | 211 | 226 | 0 | 25 | 16 | 40 | 523 | 23 | 75 |
| Binary | 10101110 | 10001001 | 10010110 | 0 | 10101 | 1110 | 100000 | 101010011 | 10011 | 111101 |
Color Harmonies of #AE8996
Complementary color
Monochromatic Colors of #AE8996
Black with #AE8996
Text Example
Text Example
White with #AE8996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8996; }
p { color: rgb(174,137,150); }
H1.HeaderClassName
{
color: #AE8996;
}
.AnyTagClassName
{
color: #AE8996;
}
</style>
background-color css
<style>
a { background-color: #AE8996; }
a { background-color: rgb(174,137,150); }
div.DivClassName
{
background-color: #AE8996;
}
.BgClassName
{
background-color: #AE8996;
}
</style>
border-color css
<style>
span { border-color: #AE8996; }
span { border-color: rgb(174,137,150); }
td.TdClassName
{
border-color: #AE8996;
}
.TagClassName
{
border-color: #AE8996;
}
</style>