Shades of East Side #AE93C1
Tints of East Side #AE93C1
RGB
CMYK
RGB Variations
Color information
#AE93C1 (or 0xAE93C1) is known color: East Side. HEX triplet: AE, 93 and C1. RGB value is (174,147,193). Sum of RGB (Red+Green+Blue) = 174+147+193=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE93C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93C1 is #516C3E. Grayscale: #A0A0A0. Windows color (decimal): -5336127 or 12686254. OLE color: 12686254.
HSL color Cylindrical-coordinate representation of color #AE93C1: hue angle of 275.22º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE93C1 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 147 | 193 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.24 |
| HSL | 275.22º | 0.27% | 0.67% | - |
| HSV(B) | 275.22º | 0.24% | 0.76% | - |
| XYZ | 37.51 | 33.72 | 54.98 | - |
| YUV | 160.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 193 | 0.10 | 0.24 | 0 | 0.24 | 275.22 | 0.27 | 0.67 |
| Hex | AE | 93 | C1 | A | 18 | 0 | 18 | 113 | 1B | 43 |
| Octal | 256 | 223 | 301 | 12 | 30 | 0 | 30 | 423 | 33 | 103 |
| Binary | 10101110 | 10010011 | 11000001 | 1010 | 11000 | 0 | 11000 | 100010011 | 11011 | 1000011 |
Color Harmonies of #AE93C1
Complementary color
Monochromatic Colors of #AE93C1
Black with #AE93C1
Text Example
Text Example
White with #AE93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE93C1; }
p { color: rgb(174,147,193); }
H1.HeaderClassName
{
color: #AE93C1;
}
.AnyTagClassName
{
color: #AE93C1;
}
</style>
background-color css
<style>
a { background-color: #AE93C1; }
a { background-color: rgb(174,147,193); }
div.DivClassName
{
background-color: #AE93C1;
}
.BgClassName
{
background-color: #AE93C1;
}
</style>
border-color css
<style>
span { border-color: #AE93C1; }
span { border-color: rgb(174,147,193); }
td.TdClassName
{
border-color: #AE93C1;
}
.TagClassName
{
border-color: #AE93C1;
}
</style>