Shades of East Side #AE90C9
Tints of East Side #AE90C9
RGB
CMYK
RGB Variations
Color information
#AE90C9 (or 0xAE90C9) is known color: East Side. HEX triplet: AE, 90 and C9. RGB value is (174,144,201). Sum of RGB (Red+Green+Blue) = 174+144+201=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE90C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90C9 is #516F36. Grayscale: #9F9F9F. Windows color (decimal): -5336887 or 13209774. OLE color: 13209774.
HSL color Cylindrical-coordinate representation of color #AE90C9: hue angle of 271.58º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE90C9 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 144 | 201 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.21 |
| HSL | 271.58º | 0.35% | 0.68% | - |
| HSV(B) | 271.58º | 0.28% | 0.79% | - |
| XYZ | 37.97 | 33.16 | 59.66 | - |
| YUV | 159.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 201 | 0.13 | 0.28 | 0 | 0.21 | 271.58 | 0.35 | 0.68 |
| Hex | AE | 90 | C9 | D | 1C | 0 | 15 | 110 | 23 | 44 |
| Octal | 256 | 220 | 311 | 15 | 34 | 0 | 25 | 420 | 43 | 104 |
| Binary | 10101110 | 10010000 | 11001001 | 1101 | 11100 | 0 | 10101 | 100010000 | 100011 | 1000100 |
Color Harmonies of #AE90C9
Complementary color
Monochromatic Colors of #AE90C9
Black with #AE90C9
Text Example
Text Example
White with #AE90C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE90C9; }
p { color: rgb(174,144,201); }
H1.HeaderClassName
{
color: #AE90C9;
}
.AnyTagClassName
{
color: #AE90C9;
}
</style>
background-color css
<style>
a { background-color: #AE90C9; }
a { background-color: rgb(174,144,201); }
div.DivClassName
{
background-color: #AE90C9;
}
.BgClassName
{
background-color: #AE90C9;
}
</style>
border-color css
<style>
span { border-color: #AE90C9; }
span { border-color: rgb(174,144,201); }
td.TdClassName
{
border-color: #AE90C9;
}
.TagClassName
{
border-color: #AE90C9;
}
</style>