Shades of Viola #AE9293
Tints of Viola #AE9293
RGB
CMYK
RGB Variations
Color information
#AE9293 (or 0xAE9293) is known color: Viola. HEX triplet: AE, 92 and 93. RGB value is (174,146,147). Sum of RGB (Red+Green+Blue) = 174+146+147=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9293 is #516D6C. Grayscale: #9A9A9A. Windows color (decimal): -5336429 or 9671342. OLE color: 9671342.
HSL color Cylindrical-coordinate representation of color #AE9293: hue angle of 357.86º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AE9293 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 147 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.32 |
| HSL | 357.86º | 0.15% | 0.63% | - |
| HSV(B) | 357.86º | 0.16% | 0.68% | - |
| XYZ | 33 | 31.66 | 31.98 | - |
| YUV | 154.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 147 | 0 | 0.16 | 0.16 | 0.32 | 357.86 | 0.15 | 0.63 |
| Hex | AE | 92 | 93 | 0 | 10 | 10 | 20 | 166 | F | 3F |
| Octal | 256 | 222 | 223 | 0 | 20 | 20 | 40 | 546 | 17 | 77 |
| Binary | 10101110 | 10010010 | 10010011 | 0 | 10000 | 10000 | 100000 | 101100110 | 1111 | 111111 |
Color Harmonies of #AE9293
Complementary color
Monochromatic Colors of #AE9293
Black with #AE9293
Text Example
Text Example
White with #AE9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9293; }
p { color: rgb(174,146,147); }
H1.HeaderClassName
{
color: #AE9293;
}
.AnyTagClassName
{
color: #AE9293;
}
</style>
background-color css
<style>
a { background-color: #AE9293; }
a { background-color: rgb(174,146,147); }
div.DivClassName
{
background-color: #AE9293;
}
.BgClassName
{
background-color: #AE9293;
}
</style>
border-color css
<style>
span { border-color: #AE9293; }
span { border-color: rgb(174,146,147); }
td.TdClassName
{
border-color: #AE9293;
}
.TagClassName
{
border-color: #AE9293;
}
</style>