Shades of Viola #AE8B91
Tints of Viola #AE8B91
RGB
CMYK
RGB Variations
Color information
#AE8B91 (or 0xAE8B91) is known color: Viola. HEX triplet: AE, 8B and 91. RGB value is (174,139,145). Sum of RGB (Red+Green+Blue) = 174+139+145=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8B91 is #51746E. Grayscale: #969696. Windows color (decimal): -5338223 or 9538478. OLE color: 9538478.
HSL color Cylindrical-coordinate representation of color #AE8B91: hue angle of 349.71º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AE8B91 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 139 | 145 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.32 |
| HSL | 349.71º | 0.18% | 0.61% | - |
| HSV(B) | 349.71º | 0.2% | 0.68% | - |
| XYZ | 31.8 | 29.51 | 30.81 | - |
| YUV | 150.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 145 | 0 | 0.20 | 0.17 | 0.32 | 349.71 | 0.18 | 0.61 |
| Hex | AE | 8B | 91 | 0 | 14 | 11 | 20 | 15E | 12 | 3D |
| Octal | 256 | 213 | 221 | 0 | 24 | 21 | 40 | 536 | 22 | 75 |
| Binary | 10101110 | 10001011 | 10010001 | 0 | 10100 | 10001 | 100000 | 101011110 | 10010 | 111101 |
Color Harmonies of #AE8B91
Complementary color
Monochromatic Colors of #AE8B91
Black with #AE8B91
Text Example
Text Example
White with #AE8B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8B91; }
p { color: rgb(174,139,145); }
H1.HeaderClassName
{
color: #AE8B91;
}
.AnyTagClassName
{
color: #AE8B91;
}
</style>
background-color css
<style>
a { background-color: #AE8B91; }
a { background-color: rgb(174,139,145); }
div.DivClassName
{
background-color: #AE8B91;
}
.BgClassName
{
background-color: #AE8B91;
}
</style>
border-color css
<style>
span { border-color: #AE8B91; }
span { border-color: rgb(174,139,145); }
td.TdClassName
{
border-color: #AE8B91;
}
.TagClassName
{
border-color: #AE8B91;
}
</style>