Shades of East Side #AE8FBC
Tints of East Side #AE8FBC
RGB
CMYK
RGB Variations
Color information
#AE8FBC (or 0xAE8FBC) is known color: East Side. HEX triplet: AE, 8F and BC. RGB value is (174,143,188). Sum of RGB (Red+Green+Blue) = 174+143+188=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE8FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FBC is #517043. Grayscale: #9D9D9D. Windows color (decimal): -5337156 or 12357550. OLE color: 12357550.
HSL color Cylindrical-coordinate representation of color #AE8FBC: hue angle of 281.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE8FBC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 143 | 188 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.26 |
| HSL | 281.33º | 0.25% | 0.65% | - |
| HSV(B) | 281.33º | 0.24% | 0.74% | - |
| XYZ | 36.36 | 32.27 | 51.89 | - |
| YUV | 157.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 188 | 0.07 | 0.24 | 0 | 0.26 | 281.33 | 0.25 | 0.65 |
| Hex | AE | 8F | BC | 7 | 18 | 0 | 1A | 119 | 19 | 41 |
| Octal | 256 | 217 | 274 | 7 | 30 | 0 | 32 | 431 | 31 | 101 |
| Binary | 10101110 | 10001111 | 10111100 | 111 | 11000 | 0 | 11010 | 100011001 | 11001 | 1000001 |
Color Harmonies of #AE8FBC
Complementary color
Monochromatic Colors of #AE8FBC
Black with #AE8FBC
Text Example
Text Example
White with #AE8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8FBC; }
p { color: rgb(174,143,188); }
H1.HeaderClassName
{
color: #AE8FBC;
}
.AnyTagClassName
{
color: #AE8FBC;
}
</style>
background-color css
<style>
a { background-color: #AE8FBC; }
a { background-color: rgb(174,143,188); }
div.DivClassName
{
background-color: #AE8FBC;
}
.BgClassName
{
background-color: #AE8FBC;
}
</style>
border-color css
<style>
span { border-color: #AE8FBC; }
span { border-color: rgb(174,143,188); }
td.TdClassName
{
border-color: #AE8FBC;
}
.TagClassName
{
border-color: #AE8FBC;
}
</style>