Shades of East Side #AEA0BD
Tints of East Side #AEA0BD
RGB
CMYK
RGB Variations
Color information
#AEA0BD (or 0xAEA0BD) is known color: East Side. HEX triplet: AE, A0 and BD. RGB value is (174,160,189). Sum of RGB (Red+Green+Blue) = 174+160+189=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #AEA0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA0BD is #515F42. Grayscale: #A7A7A7. Windows color (decimal): -5332803 or 12427438. OLE color: 12427438.
HSL color Cylindrical-coordinate representation of color #AEA0BD: hue angle of 268.97º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEA0BD is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 160 | 189 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.26 |
| HSL | 268.97º | 0.18% | 0.68% | - |
| HSV(B) | 268.97º | 0.15% | 0.74% | - |
| XYZ | 39.21 | 37.81 | 53.38 | - |
| YUV | 167.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 189 | 0.08 | 0.15 | 0 | 0.26 | 268.97 | 0.18 | 0.68 |
| Hex | AE | A0 | BD | 8 | F | 0 | 1A | 10D | 12 | 44 |
| Octal | 256 | 240 | 275 | 10 | 17 | 0 | 32 | 415 | 22 | 104 |
| Binary | 10101110 | 10100000 | 10111101 | 1000 | 1111 | 0 | 11010 | 100001101 | 10010 | 1000100 |
Color Harmonies of #AEA0BD
Complementary color
Monochromatic Colors of #AEA0BD
Black with #AEA0BD
Text Example
Text Example
White with #AEA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0BD; }
p { color: rgb(174,160,189); }
H1.HeaderClassName
{
color: #AEA0BD;
}
.AnyTagClassName
{
color: #AEA0BD;
}
</style>
background-color css
<style>
a { background-color: #AEA0BD; }
a { background-color: rgb(174,160,189); }
div.DivClassName
{
background-color: #AEA0BD;
}
.BgClassName
{
background-color: #AEA0BD;
}
</style>
border-color css
<style>
span { border-color: #AEA0BD; }
span { border-color: rgb(174,160,189); }
td.TdClassName
{
border-color: #AEA0BD;
}
.TagClassName
{
border-color: #AEA0BD;
}
</style>