Shades of East Side #AE91C1
Tints of East Side #AE91C1
RGB
CMYK
RGB Variations
Color information
#AE91C1 (or 0xAE91C1) is known color: East Side. HEX triplet: AE, 91 and C1. RGB value is (174,145,193). Sum of RGB (Red+Green+Blue) = 174+145+193=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE91C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE91C1 is #516E3E. Grayscale: #9E9E9E. Windows color (decimal): -5336639 or 12685742. OLE color: 12685742.
HSL color Cylindrical-coordinate representation of color #AE91C1: hue angle of 276.25º degrees, saturation: 0.28, 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 #AE91C1 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 145 | 193 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.24 |
| HSL | 276.25º | 0.28% | 0.66% | - |
| HSV(B) | 276.25º | 0.25% | 0.76% | - |
| XYZ | 37.21 | 33.1 | 54.88 | - |
| YUV | 159.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 193 | 0.10 | 0.25 | 0 | 0.24 | 276.25 | 0.28 | 0.66 |
| Hex | AE | 91 | C1 | A | 19 | 0 | 18 | 114 | 1C | 42 |
| Octal | 256 | 221 | 301 | 12 | 31 | 0 | 30 | 424 | 34 | 102 |
| Binary | 10101110 | 10010001 | 11000001 | 1010 | 11001 | 0 | 11000 | 100010100 | 11100 | 1000010 |
Color Harmonies of #AE91C1
Complementary color
Monochromatic Colors of #AE91C1
Black with #AE91C1
Text Example
Text Example
White with #AE91C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE91C1; }
p { color: rgb(174,145,193); }
H1.HeaderClassName
{
color: #AE91C1;
}
.AnyTagClassName
{
color: #AE91C1;
}
</style>
background-color css
<style>
a { background-color: #AE91C1; }
a { background-color: rgb(174,145,193); }
div.DivClassName
{
background-color: #AE91C1;
}
.BgClassName
{
background-color: #AE91C1;
}
</style>
border-color css
<style>
span { border-color: #AE91C1; }
span { border-color: rgb(174,145,193); }
td.TdClassName
{
border-color: #AE91C1;
}
.TagClassName
{
border-color: #AE91C1;
}
</style>