Shades of East Side #AE8BBC
Tints of East Side #AE8BBC
RGB
CMYK
RGB Variations
Color information
#AE8BBC (or 0xAE8BBC) is known color: East Side. HEX triplet: AE, 8B and BC. RGB value is (174,139,188). Sum of RGB (Red+Green+Blue) = 174+139+188=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE8BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BBC is #517443. Grayscale: #9A9A9A. Windows color (decimal): -5338180 or 12356526. OLE color: 12356526.
HSL color Cylindrical-coordinate representation of color #AE8BBC: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE8BBC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 139 | 188 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.26 |
| HSL | 282.86º | 0.27% | 0.64% | - |
| HSV(B) | 282.86º | 0.26% | 0.74% | - |
| XYZ | 35.77 | 31.09 | 51.69 | - |
| YUV | 155.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 188 | 0.07 | 0.26 | 0 | 0.26 | 282.86 | 0.27 | 0.64 |
| Hex | AE | 8B | BC | 7 | 1A | 0 | 1A | 11B | 1B | 40 |
| Octal | 256 | 213 | 274 | 7 | 32 | 0 | 32 | 433 | 33 | 100 |
| Binary | 10101110 | 10001011 | 10111100 | 111 | 11010 | 0 | 11010 | 100011011 | 11011 | 1000000 |
Color Harmonies of #AE8BBC
Complementary color
Monochromatic Colors of #AE8BBC
Black with #AE8BBC
Text Example
Text Example
White with #AE8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8BBC; }
p { color: rgb(174,139,188); }
H1.HeaderClassName
{
color: #AE8BBC;
}
.AnyTagClassName
{
color: #AE8BBC;
}
</style>
background-color css
<style>
a { background-color: #AE8BBC; }
a { background-color: rgb(174,139,188); }
div.DivClassName
{
background-color: #AE8BBC;
}
.BgClassName
{
background-color: #AE8BBC;
}
</style>
border-color css
<style>
span { border-color: #AE8BBC; }
span { border-color: rgb(174,139,188); }
td.TdClassName
{
border-color: #AE8BBC;
}
.TagClassName
{
border-color: #AE8BBC;
}
</style>