Shades of East Side #AE93B4
Tints of East Side #AE93B4
RGB
CMYK
RGB Variations
Color information
#AE93B4 (or 0xAE93B4) is known color: East Side. HEX triplet: AE, 93 and B4. RGB value is (174,147,180). Sum of RGB (Red+Green+Blue) = 174+147+180=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE93B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93B4 is #516C4B. Grayscale: #9E9E9E. Windows color (decimal): -5336140 or 11834286. OLE color: 11834286.
HSL color Cylindrical-coordinate representation of color #AE93B4: hue angle of 289.09º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AE93B4 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 147 | 180 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.29 |
| HSL | 289.09º | 0.18% | 0.64% | - |
| HSV(B) | 289.09º | 0.18% | 0.71% | - |
| XYZ | 36.13 | 33.16 | 47.68 | - |
| YUV | 158.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 180 | 0.03 | 0.18 | 0 | 0.29 | 289.09 | 0.18 | 0.64 |
| Hex | AE | 93 | B4 | 3 | 12 | 0 | 1D | 121 | 12 | 40 |
| Octal | 256 | 223 | 264 | 3 | 22 | 0 | 35 | 441 | 22 | 100 |
| Binary | 10101110 | 10010011 | 10110100 | 11 | 10010 | 0 | 11101 | 100100001 | 10010 | 1000000 |
Color Harmonies of #AE93B4
Complementary color
Monochromatic Colors of #AE93B4
Black with #AE93B4
Text Example
Text Example
White with #AE93B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE93B4; }
p { color: rgb(174,147,180); }
H1.HeaderClassName
{
color: #AE93B4;
}
.AnyTagClassName
{
color: #AE93B4;
}
</style>
background-color css
<style>
a { background-color: #AE93B4; }
a { background-color: rgb(174,147,180); }
div.DivClassName
{
background-color: #AE93B4;
}
.BgClassName
{
background-color: #AE93B4;
}
</style>
border-color css
<style>
span { border-color: #AE93B4; }
span { border-color: rgb(174,147,180); }
td.TdClassName
{
border-color: #AE93B4;
}
.TagClassName
{
border-color: #AE93B4;
}
</style>