Shades of East Side #AE80BC
Tints of East Side #AE80BC
RGB
CMYK
RGB Variations
Color information
#AE80BC (or 0xAE80BC) is known color: East Side. HEX triplet: AE, 80 and BC. RGB value is (174,128,188). Sum of RGB (Red+Green+Blue) = 174+128+188=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE80BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80BC is #517F43. Grayscale: #949494. Windows color (decimal): -5340996 or 12353710. OLE color: 12353710.
HSL color Cylindrical-coordinate representation of color #AE80BC: hue angle of 286º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE80BC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 128 | 188 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.26 |
| HSL | 286º | 0.31% | 0.62% | - |
| HSV(B) | 286º | 0.32% | 0.74% | - |
| XYZ | 34.25 | 28.07 | 51.19 | - |
| YUV | 148.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 188 | 0.07 | 0.32 | 0 | 0.26 | 286 | 0.31 | 0.62 |
| Hex | AE | 80 | BC | 7 | 20 | 0 | 1A | 11E | 1F | 3E |
| Octal | 256 | 200 | 274 | 7 | 40 | 0 | 32 | 436 | 37 | 76 |
| Binary | 10101110 | 10000000 | 10111100 | 111 | 100000 | 0 | 11010 | 100011110 | 11111 | 111110 |
Color Harmonies of #AE80BC
Complementary color
Monochromatic Colors of #AE80BC
Black with #AE80BC
Text Example
Text Example
White with #AE80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE80BC; }
p { color: rgb(174,128,188); }
H1.HeaderClassName
{
color: #AE80BC;
}
.AnyTagClassName
{
color: #AE80BC;
}
</style>
background-color css
<style>
a { background-color: #AE80BC; }
a { background-color: rgb(174,128,188); }
div.DivClassName
{
background-color: #AE80BC;
}
.BgClassName
{
background-color: #AE80BC;
}
</style>
border-color css
<style>
span { border-color: #AE80BC; }
span { border-color: rgb(174,128,188); }
td.TdClassName
{
border-color: #AE80BC;
}
.TagClassName
{
border-color: #AE80BC;
}
</style>