Shades of East Side #AE7FBB
Tints of East Side #AE7FBB
RGB
CMYK
RGB Variations
Color information
#AE7FBB (or 0xAE7FBB) is known color: East Side. HEX triplet: AE, 7F and BB. RGB value is (174,127,187). Sum of RGB (Red+Green+Blue) = 174+127+187=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7FBB is #518044. Grayscale: #939393. Windows color (decimal): -5341253 or 12287918. OLE color: 12287918.
HSL color Cylindrical-coordinate representation of color #AE7FBB: hue angle of 287º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE7FBB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 127 | 187 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.27 |
| HSL | 287º | 0.31% | 0.62% | - |
| HSV(B) | 287º | 0.32% | 0.73% | - |
| XYZ | 34.01 | 27.77 | 50.58 | - |
| YUV | 147.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 127 | 187 | 0.07 | 0.32 | 0 | 0.27 | 287 | 0.31 | 0.62 |
| Hex | AE | 7F | BB | 7 | 20 | 0 | 1B | 11F | 1F | 3E |
| Octal | 256 | 177 | 273 | 7 | 40 | 0 | 33 | 437 | 37 | 76 |
| Binary | 10101110 | 1111111 | 10111011 | 111 | 100000 | 0 | 11011 | 100011111 | 11111 | 111110 |
Color Harmonies of #AE7FBB
Complementary color
Monochromatic Colors of #AE7FBB
Black with #AE7FBB
Text Example
Text Example
White with #AE7FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7FBB; }
p { color: rgb(174,127,187); }
H1.HeaderClassName
{
color: #AE7FBB;
}
.AnyTagClassName
{
color: #AE7FBB;
}
</style>
background-color css
<style>
a { background-color: #AE7FBB; }
a { background-color: rgb(174,127,187); }
div.DivClassName
{
background-color: #AE7FBB;
}
.BgClassName
{
background-color: #AE7FBB;
}
</style>
border-color css
<style>
span { border-color: #AE7FBB; }
span { border-color: rgb(174,127,187); }
td.TdClassName
{
border-color: #AE7FBB;
}
.TagClassName
{
border-color: #AE7FBB;
}
</style>