Shades of Viola #AE8C8E
Tints of Viola #AE8C8E
RGB
CMYK
RGB Variations
Color information
#AE8C8E (or 0xAE8C8E) is known color: Viola. HEX triplet: AE, 8C and 8E. RGB value is (174,140,142). Sum of RGB (Red+Green+Blue) = 174+140+142=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8C8E is #517371. Grayscale: #969696. Windows color (decimal): -5337970 or 9342126. OLE color: 9342126.
HSL color Cylindrical-coordinate representation of color #AE8C8E: hue angle of 356.47º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE8C8E is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 142 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.32 |
| HSL | 356.47º | 0.17% | 0.62% | - |
| HSV(B) | 356.47º | 0.2% | 0.68% | - |
| XYZ | 31.72 | 29.71 | 29.65 | - |
| YUV | 150.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 142 | 0 | 0.20 | 0.18 | 0.32 | 356.47 | 0.17 | 0.62 |
| Hex | AE | 8C | 8E | 0 | 14 | 12 | 20 | 164 | 11 | 3E |
| Octal | 256 | 214 | 216 | 0 | 24 | 22 | 40 | 544 | 21 | 76 |
| Binary | 10101110 | 10001100 | 10001110 | 0 | 10100 | 10010 | 100000 | 101100100 | 10001 | 111110 |
Color Harmonies of #AE8C8E
Complementary color
Monochromatic Colors of #AE8C8E
Black with #AE8C8E
Text Example
Text Example
White with #AE8C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C8E; }
p { color: rgb(174,140,142); }
H1.HeaderClassName
{
color: #AE8C8E;
}
.AnyTagClassName
{
color: #AE8C8E;
}
</style>
background-color css
<style>
a { background-color: #AE8C8E; }
a { background-color: rgb(174,140,142); }
div.DivClassName
{
background-color: #AE8C8E;
}
.BgClassName
{
background-color: #AE8C8E;
}
</style>
border-color css
<style>
span { border-color: #AE8C8E; }
span { border-color: rgb(174,140,142); }
td.TdClassName
{
border-color: #AE8C8E;
}
.TagClassName
{
border-color: #AE8C8E;
}
</style>