Shades of Viola #AE999E
Tints of Viola #AE999E
RGB
CMYK
RGB Variations
Color information
#AE999E (or 0xAE999E) is known color: Viola. HEX triplet: AE, 99 and 9E. RGB value is (174,153,158). Sum of RGB (Red+Green+Blue) = 174+153+158=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AE999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE999E is #516661. Grayscale: #9F9F9F. Windows color (decimal): -5334626 or 10394030. OLE color: 10394030.
HSL color Cylindrical-coordinate representation of color #AE999E: hue angle of 345.71º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AE999E is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 153 | 158 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.32 |
| HSL | 345.71º | 0.11% | 0.64% | - |
| HSV(B) | 345.71º | 0.12% | 0.68% | - |
| XYZ | 35.02 | 34.25 | 37.11 | - |
| YUV | 159.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 153 | 158 | 0 | 0.12 | 0.09 | 0.32 | 345.71 | 0.11 | 0.64 |
| Hex | AE | 99 | 9E | 0 | C | 9 | 20 | 15A | B | 40 |
| Octal | 256 | 231 | 236 | 0 | 14 | 11 | 40 | 532 | 13 | 100 |
| Binary | 10101110 | 10011001 | 10011110 | 0 | 1100 | 1001 | 100000 | 101011010 | 1011 | 1000000 |
Color Harmonies of #AE999E
Complementary color
Monochromatic Colors of #AE999E
Black with #AE999E
Text Example
Text Example
White with #AE999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE999E; }
p { color: rgb(174,153,158); }
H1.HeaderClassName
{
color: #AE999E;
}
.AnyTagClassName
{
color: #AE999E;
}
</style>
background-color css
<style>
a { background-color: #AE999E; }
a { background-color: rgb(174,153,158); }
div.DivClassName
{
background-color: #AE999E;
}
.BgClassName
{
background-color: #AE999E;
}
</style>
border-color css
<style>
span { border-color: #AE999E; }
span { border-color: rgb(174,153,158); }
td.TdClassName
{
border-color: #AE999E;
}
.TagClassName
{
border-color: #AE999E;
}
</style>