Shades of East Side #AE90C2
Tints of East Side #AE90C2
RGB
CMYK
RGB Variations
Color information
#AE90C2 (or 0xAE90C2) is known color: East Side. HEX triplet: AE, 90 and C2. RGB value is (174,144,194). Sum of RGB (Red+Green+Blue) = 174+144+194=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE90C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE90C2 is #516F3D. Grayscale: #9E9E9E. Windows color (decimal): -5336894 or 12751022. OLE color: 12751022.
HSL color Cylindrical-coordinate representation of color #AE90C2: hue angle of 276º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE90C2 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 144 | 194 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.24 |
| HSL | 276º | 0.29% | 0.66% | - |
| HSV(B) | 276º | 0.26% | 0.76% | - |
| XYZ | 37.17 | 32.84 | 55.42 | - |
| YUV | 158.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 144 | 194 | 0.10 | 0.26 | 0 | 0.24 | 276 | 0.29 | 0.66 |
| Hex | AE | 90 | C2 | A | 1A | 0 | 18 | 114 | 1D | 42 |
| Octal | 256 | 220 | 302 | 12 | 32 | 0 | 30 | 424 | 35 | 102 |
| Binary | 10101110 | 10010000 | 11000010 | 1010 | 11010 | 0 | 11000 | 100010100 | 11101 | 1000010 |
Color Harmonies of #AE90C2
Complementary color
Monochromatic Colors of #AE90C2
Black with #AE90C2
Text Example
Text Example
White with #AE90C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE90C2; }
p { color: rgb(174,144,194); }
H1.HeaderClassName
{
color: #AE90C2;
}
.AnyTagClassName
{
color: #AE90C2;
}
</style>
background-color css
<style>
a { background-color: #AE90C2; }
a { background-color: rgb(174,144,194); }
div.DivClassName
{
background-color: #AE90C2;
}
.BgClassName
{
background-color: #AE90C2;
}
</style>
border-color css
<style>
span { border-color: #AE90C2; }
span { border-color: rgb(174,144,194); }
td.TdClassName
{
border-color: #AE90C2;
}
.TagClassName
{
border-color: #AE90C2;
}
</style>