Shades of Viola #AE9CA0
Tints of Viola #AE9CA0
RGB
CMYK
RGB Variations
Color information
#AE9CA0 (or 0xAE9CA0) is known color: Viola. HEX triplet: AE, 9C and A0. RGB value is (174,156,160). Sum of RGB (Red+Green+Blue) = 174+156+160=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9CA0 is #51635F. Grayscale: #A1A1A1. Windows color (decimal): -5333856 or 10525870. OLE color: 10525870.
HSL color Cylindrical-coordinate representation of color #AE9CA0: hue angle of 346.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AE9CA0 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 156 | 160 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.32 |
| HSL | 346.67º | 0.1% | 0.65% | - |
| HSV(B) | 346.67º | 0.1% | 0.68% | - |
| XYZ | 35.69 | 35.31 | 38.19 | - |
| YUV | 161.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 160 | 0 | 0.10 | 0.08 | 0.32 | 346.67 | 0.1 | 0.65 |
| Hex | AE | 9C | A0 | 0 | A | 8 | 20 | 15B | A | 41 |
| Octal | 256 | 234 | 240 | 0 | 12 | 10 | 40 | 533 | 12 | 101 |
| Binary | 10101110 | 10011100 | 10100000 | 0 | 1010 | 1000 | 100000 | 101011011 | 1010 | 1000001 |
Color Harmonies of #AE9CA0
Complementary color
Monochromatic Colors of #AE9CA0
Black with #AE9CA0
Text Example
Text Example
White with #AE9CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9CA0; }
p { color: rgb(174,156,160); }
H1.HeaderClassName
{
color: #AE9CA0;
}
.AnyTagClassName
{
color: #AE9CA0;
}
</style>
background-color css
<style>
a { background-color: #AE9CA0; }
a { background-color: rgb(174,156,160); }
div.DivClassName
{
background-color: #AE9CA0;
}
.BgClassName
{
background-color: #AE9CA0;
}
</style>
border-color css
<style>
span { border-color: #AE9CA0; }
span { border-color: rgb(174,156,160); }
td.TdClassName
{
border-color: #AE9CA0;
}
.TagClassName
{
border-color: #AE9CA0;
}
</style>