Shades of Viola #AE929A
Tints of Viola #AE929A
RGB
CMYK
RGB Variations
Color information
#AE929A (or 0xAE929A) is known color: Viola. HEX triplet: AE, 92 and 9A. RGB value is (174,146,154). Sum of RGB (Red+Green+Blue) = 174+146+154=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AE929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE929A is #516D65. Grayscale: #9B9B9B. Windows color (decimal): -5336422 or 10130094. OLE color: 10130094.
HSL color Cylindrical-coordinate representation of color #AE929A: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AE929A is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 154 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.32 |
| HSL | 342.86º | 0.15% | 0.63% | - |
| HSV(B) | 342.86º | 0.16% | 0.68% | - |
| XYZ | 33.57 | 31.89 | 34.96 | - |
| YUV | 155.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 154 | 0 | 0.16 | 0.11 | 0.32 | 342.86 | 0.15 | 0.63 |
| Hex | AE | 92 | 9A | 0 | 10 | B | 20 | 157 | F | 3F |
| Octal | 256 | 222 | 232 | 0 | 20 | 13 | 40 | 527 | 17 | 77 |
| Binary | 10101110 | 10010010 | 10011010 | 0 | 10000 | 1011 | 100000 | 101010111 | 1111 | 111111 |
Color Harmonies of #AE929A
Complementary color
Monochromatic Colors of #AE929A
Black with #AE929A
Text Example
Text Example
White with #AE929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE929A; }
p { color: rgb(174,146,154); }
H1.HeaderClassName
{
color: #AE929A;
}
.AnyTagClassName
{
color: #AE929A;
}
</style>
background-color css
<style>
a { background-color: #AE929A; }
a { background-color: rgb(174,146,154); }
div.DivClassName
{
background-color: #AE929A;
}
.BgClassName
{
background-color: #AE929A;
}
</style>
border-color css
<style>
span { border-color: #AE929A; }
span { border-color: rgb(174,146,154); }
td.TdClassName
{
border-color: #AE929A;
}
.TagClassName
{
border-color: #AE929A;
}
</style>