Shades of East Side #AE91BD
Tints of East Side #AE91BD
RGB
CMYK
RGB Variations
Color information
#AE91BD (or 0xAE91BD) is known color: East Side. HEX triplet: AE, 91 and BD. RGB value is (174,145,189). Sum of RGB (Red+Green+Blue) = 174+145+189=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE91BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91BD is #516E42. Grayscale: #9E9E9E. Windows color (decimal): -5336643 or 12423598. OLE color: 12423598.
HSL color Cylindrical-coordinate representation of color #AE91BD: hue angle of 279.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE91BD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 145 | 189 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.26 |
| HSL | 279.55º | 0.25% | 0.65% | - |
| HSV(B) | 279.55º | 0.23% | 0.74% | - |
| XYZ | 36.77 | 32.92 | 52.56 | - |
| YUV | 158.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 189 | 0.08 | 0.23 | 0 | 0.26 | 279.55 | 0.25 | 0.65 |
| Hex | AE | 91 | BD | 8 | 17 | 0 | 1A | 118 | 19 | 41 |
| Octal | 256 | 221 | 275 | 10 | 27 | 0 | 32 | 430 | 31 | 101 |
| Binary | 10101110 | 10010001 | 10111101 | 1000 | 10111 | 0 | 11010 | 100011000 | 11001 | 1000001 |
Color Harmonies of #AE91BD
Complementary color
Monochromatic Colors of #AE91BD
Black with #AE91BD
Text Example
Text Example
White with #AE91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE91BD; }
p { color: rgb(174,145,189); }
H1.HeaderClassName
{
color: #AE91BD;
}
.AnyTagClassName
{
color: #AE91BD;
}
</style>
background-color css
<style>
a { background-color: #AE91BD; }
a { background-color: rgb(174,145,189); }
div.DivClassName
{
background-color: #AE91BD;
}
.BgClassName
{
background-color: #AE91BD;
}
</style>
border-color css
<style>
span { border-color: #AE91BD; }
span { border-color: rgb(174,145,189); }
td.TdClassName
{
border-color: #AE91BD;
}
.TagClassName
{
border-color: #AE91BD;
}
</style>