Shades of Viola #AE959B
Tints of Viola #AE959B
RGB
CMYK
RGB Variations
Color information
#AE959B (or 0xAE959B) is known color: Viola. HEX triplet: AE, 95 and 9B. RGB value is (174,149,155). Sum of RGB (Red+Green+Blue) = 174+149+155=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AE959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE959B is #516A64. Grayscale: #9D9D9D. Windows color (decimal): -5335653 or 10196398. OLE color: 10196398.
HSL color Cylindrical-coordinate representation of color #AE959B: hue angle of 345.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AE959B is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 155 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.32 |
| HSL | 345.6º | 0.13% | 0.63% | - |
| HSV(B) | 345.6º | 0.14% | 0.68% | - |
| XYZ | 34.12 | 32.86 | 35.55 | - |
| YUV | 157.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 155 | 0 | 0.14 | 0.11 | 0.32 | 345.6 | 0.13 | 0.63 |
| Hex | AE | 95 | 9B | 0 | E | B | 20 | 15A | D | 3F |
| Octal | 256 | 225 | 233 | 0 | 16 | 13 | 40 | 532 | 15 | 77 |
| Binary | 10101110 | 10010101 | 10011011 | 0 | 1110 | 1011 | 100000 | 101011010 | 1101 | 111111 |
Color Harmonies of #AE959B
Complementary color
Monochromatic Colors of #AE959B
Black with #AE959B
Text Example
Text Example
White with #AE959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE959B; }
p { color: rgb(174,149,155); }
H1.HeaderClassName
{
color: #AE959B;
}
.AnyTagClassName
{
color: #AE959B;
}
</style>
background-color css
<style>
a { background-color: #AE959B; }
a { background-color: rgb(174,149,155); }
div.DivClassName
{
background-color: #AE959B;
}
.BgClassName
{
background-color: #AE959B;
}
</style>
border-color css
<style>
span { border-color: #AE959B; }
span { border-color: rgb(174,149,155); }
td.TdClassName
{
border-color: #AE959B;
}
.TagClassName
{
border-color: #AE959B;
}
</style>