Shades of East Side #AE91C5
Tints of East Side #AE91C5
RGB
CMYK
RGB Variations
Color information
#AE91C5 (or 0xAE91C5) is known color: East Side. HEX triplet: AE, 91 and C5. RGB value is (174,145,197). Sum of RGB (Red+Green+Blue) = 174+145+197=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE91C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91C5 is #516E3A. Grayscale: #9F9F9F. Windows color (decimal): -5336635 or 12947886. OLE color: 12947886.
HSL color Cylindrical-coordinate representation of color #AE91C5: hue angle of 273.46º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE91C5 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 145 | 197 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.23 |
| HSL | 273.46º | 0.31% | 0.67% | - |
| HSV(B) | 273.46º | 0.26% | 0.77% | - |
| XYZ | 37.66 | 33.28 | 57.26 | - |
| YUV | 159.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 197 | 0.12 | 0.26 | 0 | 0.23 | 273.46 | 0.31 | 0.67 |
| Hex | AE | 91 | C5 | C | 1A | 0 | 17 | 111 | 1F | 43 |
| Octal | 256 | 221 | 305 | 14 | 32 | 0 | 27 | 421 | 37 | 103 |
| Binary | 10101110 | 10010001 | 11000101 | 1100 | 11010 | 0 | 10111 | 100010001 | 11111 | 1000011 |
Color Harmonies of #AE91C5
Complementary color
Monochromatic Colors of #AE91C5
Black with #AE91C5
Text Example
Text Example
White with #AE91C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE91C5; }
p { color: rgb(174,145,197); }
H1.HeaderClassName
{
color: #AE91C5;
}
.AnyTagClassName
{
color: #AE91C5;
}
</style>
background-color css
<style>
a { background-color: #AE91C5; }
a { background-color: rgb(174,145,197); }
div.DivClassName
{
background-color: #AE91C5;
}
.BgClassName
{
background-color: #AE91C5;
}
</style>
border-color css
<style>
span { border-color: #AE91C5; }
span { border-color: rgb(174,145,197); }
td.TdClassName
{
border-color: #AE91C5;
}
.TagClassName
{
border-color: #AE91C5;
}
</style>