Shades of East Side #AE96C0
Tints of East Side #AE96C0
RGB
CMYK
RGB Variations
Color information
#AE96C0 (or 0xAE96C0) is known color: East Side. HEX triplet: AE, 96 and C0. RGB value is (174,150,192). Sum of RGB (Red+Green+Blue) = 174+150+192=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE96C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96C0 is #51693F. Grayscale: #A1A1A1. Windows color (decimal): -5335360 or 12621486. OLE color: 12621486.
HSL color Cylindrical-coordinate representation of color #AE96C0: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE96C0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 150 | 192 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.25 |
| HSL | 274.29º | 0.25% | 0.67% | - |
| HSV(B) | 274.29º | 0.22% | 0.75% | - |
| XYZ | 37.88 | 34.62 | 54.55 | - |
| YUV | 161.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 192 | 0.09 | 0.22 | 0 | 0.25 | 274.29 | 0.25 | 0.67 |
| Hex | AE | 96 | C0 | 9 | 16 | 0 | 19 | 112 | 19 | 43 |
| Octal | 256 | 226 | 300 | 11 | 26 | 0 | 31 | 422 | 31 | 103 |
| Binary | 10101110 | 10010110 | 11000000 | 1001 | 10110 | 0 | 11001 | 100010010 | 11001 | 1000011 |
Color Harmonies of #AE96C0
Complementary color
Monochromatic Colors of #AE96C0
Black with #AE96C0
Text Example
Text Example
White with #AE96C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE96C0; }
p { color: rgb(174,150,192); }
H1.HeaderClassName
{
color: #AE96C0;
}
.AnyTagClassName
{
color: #AE96C0;
}
</style>
background-color css
<style>
a { background-color: #AE96C0; }
a { background-color: rgb(174,150,192); }
div.DivClassName
{
background-color: #AE96C0;
}
.BgClassName
{
background-color: #AE96C0;
}
</style>
border-color css
<style>
span { border-color: #AE96C0; }
span { border-color: rgb(174,150,192); }
td.TdClassName
{
border-color: #AE96C0;
}
.TagClassName
{
border-color: #AE96C0;
}
</style>