Shades of Viola #AE8B8D
Tints of Viola #AE8B8D
RGB
CMYK
RGB Variations
Color information
#AE8B8D (or 0xAE8B8D) is known color: Viola. HEX triplet: AE, 8B and 8D. RGB value is (174,139,141). Sum of RGB (Red+Green+Blue) = 174+139+141=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8B8D is #517472. Grayscale: #959595. Windows color (decimal): -5338227 or 9276334. OLE color: 9276334.
HSL color Cylindrical-coordinate representation of color #AE8B8D: hue angle of 356.57º 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 #AE8B8D is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 139 | 141 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.32 |
| HSL | 356.57º | 0.18% | 0.61% | - |
| HSV(B) | 356.57º | 0.2% | 0.68% | - |
| XYZ | 31.5 | 29.39 | 29.21 | - |
| YUV | 149.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 141 | 0 | 0.20 | 0.19 | 0.32 | 356.57 | 0.18 | 0.61 |
| Hex | AE | 8B | 8D | 0 | 14 | 13 | 20 | 165 | 12 | 3D |
| Octal | 256 | 213 | 215 | 0 | 24 | 23 | 40 | 545 | 22 | 75 |
| Binary | 10101110 | 10001011 | 10001101 | 0 | 10100 | 10011 | 100000 | 101100101 | 10010 | 111101 |
Color Harmonies of #AE8B8D
Complementary color
Monochromatic Colors of #AE8B8D
Black with #AE8B8D
Text Example
Text Example
White with #AE8B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8B8D; }
p { color: rgb(174,139,141); }
H1.HeaderClassName
{
color: #AE8B8D;
}
.AnyTagClassName
{
color: #AE8B8D;
}
</style>
background-color css
<style>
a { background-color: #AE8B8D; }
a { background-color: rgb(174,139,141); }
div.DivClassName
{
background-color: #AE8B8D;
}
.BgClassName
{
background-color: #AE8B8D;
}
</style>
border-color css
<style>
span { border-color: #AE8B8D; }
span { border-color: rgb(174,139,141); }
td.TdClassName
{
border-color: #AE8B8D;
}
.TagClassName
{
border-color: #AE8B8D;
}
</style>