Shades of East Side #AE91C2
Tints of East Side #AE91C2
RGB
CMYK
RGB Variations
Color information
#AE91C2 (or 0xAE91C2) is known color: East Side. HEX triplet: AE, 91 and C2. RGB value is (174,145,194). Sum of RGB (Red+Green+Blue) = 174+145+194=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE91C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91C2 is #516E3D. Grayscale: #9F9F9F. Windows color (decimal): -5336638 or 12751278. OLE color: 12751278.
HSL color Cylindrical-coordinate representation of color #AE91C2: hue angle of 275.51º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE91C2 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 145 | 194 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.24 |
| HSL | 275.51º | 0.29% | 0.66% | - |
| HSV(B) | 275.51º | 0.25% | 0.76% | - |
| XYZ | 37.32 | 33.14 | 55.47 | - |
| YUV | 159.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 194 | 0.10 | 0.25 | 0 | 0.24 | 275.51 | 0.29 | 0.66 |
| Hex | AE | 91 | C2 | A | 19 | 0 | 18 | 114 | 1D | 42 |
| Octal | 256 | 221 | 302 | 12 | 31 | 0 | 30 | 424 | 35 | 102 |
| Binary | 10101110 | 10010001 | 11000010 | 1010 | 11001 | 0 | 11000 | 100010100 | 11101 | 1000010 |
Color Harmonies of #AE91C2
Complementary color
Monochromatic Colors of #AE91C2
Black with #AE91C2
Text Example
Text Example
White with #AE91C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE91C2; }
p { color: rgb(174,145,194); }
H1.HeaderClassName
{
color: #AE91C2;
}
.AnyTagClassName
{
color: #AE91C2;
}
</style>
background-color css
<style>
a { background-color: #AE91C2; }
a { background-color: rgb(174,145,194); }
div.DivClassName
{
background-color: #AE91C2;
}
.BgClassName
{
background-color: #AE91C2;
}
</style>
border-color css
<style>
span { border-color: #AE91C2; }
span { border-color: rgb(174,145,194); }
td.TdClassName
{
border-color: #AE91C2;
}
.TagClassName
{
border-color: #AE91C2;
}
</style>