Shades of Viola #AE989D
Tints of Viola #AE989D
RGB
CMYK
RGB Variations
Color information
#AE989D (or 0xAE989D) is known color: Viola. HEX triplet: AE, 98 and 9D. RGB value is (174,152,157). Sum of RGB (Red+Green+Blue) = 174+152+157=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AE989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE989D is #516762. Grayscale: #9F9F9F. Windows color (decimal): -5334883 or 10328238. OLE color: 10328238.
HSL color Cylindrical-coordinate representation of color #AE989D: hue angle of 346.36º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AE989D is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 152 | 157 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.32 |
| HSL | 346.36º | 0.12% | 0.64% | - |
| HSV(B) | 346.36º | 0.13% | 0.68% | - |
| XYZ | 34.77 | 33.89 | 36.61 | - |
| YUV | 159.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 152 | 157 | 0 | 0.13 | 0.10 | 0.32 | 346.36 | 0.12 | 0.64 |
| Hex | AE | 98 | 9D | 0 | D | A | 20 | 15A | C | 40 |
| Octal | 256 | 230 | 235 | 0 | 15 | 12 | 40 | 532 | 14 | 100 |
| Binary | 10101110 | 10011000 | 10011101 | 0 | 1101 | 1010 | 100000 | 101011010 | 1100 | 1000000 |
Color Harmonies of #AE989D
Complementary color
Monochromatic Colors of #AE989D
Black with #AE989D
Text Example
Text Example
White with #AE989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE989D; }
p { color: rgb(174,152,157); }
H1.HeaderClassName
{
color: #AE989D;
}
.AnyTagClassName
{
color: #AE989D;
}
</style>
background-color css
<style>
a { background-color: #AE989D; }
a { background-color: rgb(174,152,157); }
div.DivClassName
{
background-color: #AE989D;
}
.BgClassName
{
background-color: #AE989D;
}
</style>
border-color css
<style>
span { border-color: #AE989D; }
span { border-color: rgb(174,152,157); }
td.TdClassName
{
border-color: #AE989D;
}
.TagClassName
{
border-color: #AE989D;
}
</style>