Shades of East Side #AE89B8
Tints of East Side #AE89B8
RGB
CMYK
RGB Variations
Color information
#AE89B8 (or 0xAE89B8) is known color: East Side. HEX triplet: AE, 89 and B8. RGB value is (174,137,184). Sum of RGB (Red+Green+Blue) = 174+137+184=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE89B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89B8 is #517647. Grayscale: #999999. Windows color (decimal): -5338696 or 12093870. OLE color: 12093870.
HSL color Cylindrical-coordinate representation of color #AE89B8: hue angle of 287.23º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE89B8 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 137 | 184 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.28 |
| HSL | 287.23º | 0.25% | 0.63% | - |
| HSV(B) | 287.23º | 0.26% | 0.72% | - |
| XYZ | 35.05 | 30.35 | 49.36 | - |
| YUV | 153.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 184 | 0.05 | 0.26 | 0 | 0.28 | 287.23 | 0.25 | 0.63 |
| Hex | AE | 89 | B8 | 5 | 1A | 0 | 1C | 11F | 19 | 3F |
| Octal | 256 | 211 | 270 | 5 | 32 | 0 | 34 | 437 | 31 | 77 |
| Binary | 10101110 | 10001001 | 10111000 | 101 | 11010 | 0 | 11100 | 100011111 | 11001 | 111111 |
Color Harmonies of #AE89B8
Complementary color
Monochromatic Colors of #AE89B8
Black with #AE89B8
Text Example
Text Example
White with #AE89B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE89B8; }
p { color: rgb(174,137,184); }
H1.HeaderClassName
{
color: #AE89B8;
}
.AnyTagClassName
{
color: #AE89B8;
}
</style>
background-color css
<style>
a { background-color: #AE89B8; }
a { background-color: rgb(174,137,184); }
div.DivClassName
{
background-color: #AE89B8;
}
.BgClassName
{
background-color: #AE89B8;
}
</style>
border-color css
<style>
span { border-color: #AE89B8; }
span { border-color: rgb(174,137,184); }
td.TdClassName
{
border-color: #AE89B8;
}
.TagClassName
{
border-color: #AE89B8;
}
</style>