Shades of East Side #AE89BF
Tints of East Side #AE89BF
RGB
CMYK
RGB Variations
Color information
#AE89BF (or 0xAE89BF) is known color: East Side. HEX triplet: AE, 89 and BF. RGB value is (174,137,191). Sum of RGB (Red+Green+Blue) = 174+137+191=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE89BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE89BF is #517640. Grayscale: #9A9A9A. Windows color (decimal): -5338689 or 12552622. OLE color: 12552622.
HSL color Cylindrical-coordinate representation of color #AE89BF: hue angle of 281.11º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE89BF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 137 | 191 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.25 |
| HSL | 281.11º | 0.3% | 0.64% | - |
| HSV(B) | 281.11º | 0.28% | 0.75% | - |
| XYZ | 35.81 | 30.65 | 53.32 | - |
| YUV | 154.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 191 | 0.09 | 0.28 | 0 | 0.25 | 281.11 | 0.3 | 0.64 |
| Hex | AE | 89 | BF | 9 | 1C | 0 | 19 | 119 | 1E | 40 |
| Octal | 256 | 211 | 277 | 11 | 34 | 0 | 31 | 431 | 36 | 100 |
| Binary | 10101110 | 10001001 | 10111111 | 1001 | 11100 | 0 | 11001 | 100011001 | 11110 | 1000000 |
Color Harmonies of #AE89BF
Complementary color
Monochromatic Colors of #AE89BF
Black with #AE89BF
Text Example
Text Example
White with #AE89BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE89BF; }
p { color: rgb(174,137,191); }
H1.HeaderClassName
{
color: #AE89BF;
}
.AnyTagClassName
{
color: #AE89BF;
}
</style>
background-color css
<style>
a { background-color: #AE89BF; }
a { background-color: rgb(174,137,191); }
div.DivClassName
{
background-color: #AE89BF;
}
.BgClassName
{
background-color: #AE89BF;
}
</style>
border-color css
<style>
span { border-color: #AE89BF; }
span { border-color: rgb(174,137,191); }
td.TdClassName
{
border-color: #AE89BF;
}
.TagClassName
{
border-color: #AE89BF;
}
</style>