Shades of East Side #AE96B4
Tints of East Side #AE96B4
RGB
CMYK
RGB Variations
Color information
#AE96B4 (or 0xAE96B4) is known color: East Side. HEX triplet: AE, 96 and B4. RGB value is (174,150,180). Sum of RGB (Red+Green+Blue) = 174+150+180=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE96B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96B4 is #51694B. Grayscale: #A0A0A0. Windows color (decimal): -5335372 or 11835054. OLE color: 11835054.
HSL color Cylindrical-coordinate representation of color #AE96B4: hue angle of 288º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE96B4 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 150 | 180 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.29 |
| HSL | 288º | 0.17% | 0.65% | - |
| HSV(B) | 288º | 0.17% | 0.71% | - |
| XYZ | 36.6 | 34.11 | 47.83 | - |
| YUV | 160.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 180 | 0.03 | 0.17 | 0 | 0.29 | 288 | 0.17 | 0.65 |
| Hex | AE | 96 | B4 | 3 | 11 | 0 | 1D | 120 | 11 | 41 |
| Octal | 256 | 226 | 264 | 3 | 21 | 0 | 35 | 440 | 21 | 101 |
| Binary | 10101110 | 10010110 | 10110100 | 11 | 10001 | 0 | 11101 | 100100000 | 10001 | 1000001 |
Color Harmonies of #AE96B4
Complementary color
Monochromatic Colors of #AE96B4
Black with #AE96B4
Text Example
Text Example
White with #AE96B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE96B4; }
p { color: rgb(174,150,180); }
H1.HeaderClassName
{
color: #AE96B4;
}
.AnyTagClassName
{
color: #AE96B4;
}
</style>
background-color css
<style>
a { background-color: #AE96B4; }
a { background-color: rgb(174,150,180); }
div.DivClassName
{
background-color: #AE96B4;
}
.BgClassName
{
background-color: #AE96B4;
}
</style>
border-color css
<style>
span { border-color: #AE96B4; }
span { border-color: rgb(174,150,180); }
td.TdClassName
{
border-color: #AE96B4;
}
.TagClassName
{
border-color: #AE96B4;
}
</style>