Shades of East Side #AE8CBA
Tints of East Side #AE8CBA
RGB
CMYK
RGB Variations
Color information
#AE8CBA (or 0xAE8CBA) is known color: East Side. HEX triplet: AE, 8C and BA. RGB value is (174,140,186). Sum of RGB (Red+Green+Blue) = 174+140+186=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE8CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CBA is #517345. Grayscale: #9B9B9B. Windows color (decimal): -5337926 or 12225710. OLE color: 12225710.
HSL color Cylindrical-coordinate representation of color #AE8CBA: hue angle of 284.35º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE8CBA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 140 | 186 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.27 |
| HSL | 284.35º | 0.25% | 0.64% | - |
| HSV(B) | 284.35º | 0.25% | 0.73% | - |
| XYZ | 35.7 | 31.3 | 50.61 | - |
| YUV | 155.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 186 | 0.06 | 0.25 | 0 | 0.27 | 284.35 | 0.25 | 0.64 |
| Hex | AE | 8C | BA | 6 | 19 | 0 | 1B | 11C | 19 | 40 |
| Octal | 256 | 214 | 272 | 6 | 31 | 0 | 33 | 434 | 31 | 100 |
| Binary | 10101110 | 10001100 | 10111010 | 110 | 11001 | 0 | 11011 | 100011100 | 11001 | 1000000 |
Color Harmonies of #AE8CBA
Complementary color
Monochromatic Colors of #AE8CBA
Black with #AE8CBA
Text Example
Text Example
White with #AE8CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8CBA; }
p { color: rgb(174,140,186); }
H1.HeaderClassName
{
color: #AE8CBA;
}
.AnyTagClassName
{
color: #AE8CBA;
}
</style>
background-color css
<style>
a { background-color: #AE8CBA; }
a { background-color: rgb(174,140,186); }
div.DivClassName
{
background-color: #AE8CBA;
}
.BgClassName
{
background-color: #AE8CBA;
}
</style>
border-color css
<style>
span { border-color: #AE8CBA; }
span { border-color: rgb(174,140,186); }
td.TdClassName
{
border-color: #AE8CBA;
}
.TagClassName
{
border-color: #AE8CBA;
}
</style>