Shades of East Side #AE88C2
Tints of East Side #AE88C2
RGB
CMYK
RGB Variations
Color information
#AE88C2 (or 0xAE88C2) is known color: East Side. HEX triplet: AE, 88 and C2. RGB value is (174,136,194). Sum of RGB (Red+Green+Blue) = 174+136+194=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE88C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE88C2 is #51773D. Grayscale: #999999. Windows color (decimal): -5338942 or 12748974. OLE color: 12748974.
HSL color Cylindrical-coordinate representation of color #AE88C2: hue angle of 279.31º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE88C2 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 136 | 194 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.24 |
| HSL | 279.31º | 0.32% | 0.65% | - |
| HSV(B) | 279.31º | 0.3% | 0.76% | - |
| XYZ | 36 | 30.5 | 55.03 | - |
| YUV | 153.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 194 | 0.10 | 0.30 | 0 | 0.24 | 279.31 | 0.32 | 0.65 |
| Hex | AE | 88 | C2 | A | 1E | 0 | 18 | 117 | 20 | 41 |
| Octal | 256 | 210 | 302 | 12 | 36 | 0 | 30 | 427 | 40 | 101 |
| Binary | 10101110 | 10001000 | 11000010 | 1010 | 11110 | 0 | 11000 | 100010111 | 100000 | 1000001 |
Color Harmonies of #AE88C2
Complementary color
Monochromatic Colors of #AE88C2
Black with #AE88C2
Text Example
Text Example
White with #AE88C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE88C2; }
p { color: rgb(174,136,194); }
H1.HeaderClassName
{
color: #AE88C2;
}
.AnyTagClassName
{
color: #AE88C2;
}
</style>
background-color css
<style>
a { background-color: #AE88C2; }
a { background-color: rgb(174,136,194); }
div.DivClassName
{
background-color: #AE88C2;
}
.BgClassName
{
background-color: #AE88C2;
}
</style>
border-color css
<style>
span { border-color: #AE88C2; }
span { border-color: rgb(174,136,194); }
td.TdClassName
{
border-color: #AE88C2;
}
.TagClassName
{
border-color: #AE88C2;
}
</style>