Shades of East Side #AE8BBB
Tints of East Side #AE8BBB
RGB
CMYK
RGB Variations
Color information
#AE8BBB (or 0xAE8BBB) is known color: East Side. HEX triplet: AE, 8B and BB. RGB value is (174,139,187). Sum of RGB (Red+Green+Blue) = 174+139+187=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE8BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BBB is #517444. Grayscale: #9A9A9A. Windows color (decimal): -5338181 or 12290990. OLE color: 12290990.
HSL color Cylindrical-coordinate representation of color #AE8BBB: hue angle of 283.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE8BBB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 139 | 187 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.27 |
| HSL | 283.75º | 0.26% | 0.64% | - |
| HSV(B) | 283.75º | 0.26% | 0.73% | - |
| XYZ | 35.66 | 31.05 | 51.13 | - |
| YUV | 154.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 139 | 187 | 0.07 | 0.26 | 0 | 0.27 | 283.75 | 0.26 | 0.64 |
| Hex | AE | 8B | BB | 7 | 1A | 0 | 1B | 11C | 1A | 40 |
| Octal | 256 | 213 | 273 | 7 | 32 | 0 | 33 | 434 | 32 | 100 |
| Binary | 10101110 | 10001011 | 10111011 | 111 | 11010 | 0 | 11011 | 100011100 | 11010 | 1000000 |
Color Harmonies of #AE8BBB
Complementary color
Monochromatic Colors of #AE8BBB
Black with #AE8BBB
Text Example
Text Example
White with #AE8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8BBB; }
p { color: rgb(174,139,187); }
H1.HeaderClassName
{
color: #AE8BBB;
}
.AnyTagClassName
{
color: #AE8BBB;
}
</style>
background-color css
<style>
a { background-color: #AE8BBB; }
a { background-color: rgb(174,139,187); }
div.DivClassName
{
background-color: #AE8BBB;
}
.BgClassName
{
background-color: #AE8BBB;
}
</style>
border-color css
<style>
span { border-color: #AE8BBB; }
span { border-color: rgb(174,139,187); }
td.TdClassName
{
border-color: #AE8BBB;
}
.TagClassName
{
border-color: #AE8BBB;
}
</style>