Shades of East Side #AE77CE
Tints of East Side #AE77CE
RGB
CMYK
RGB Variations
Color information
#AE77CE (or 0xAE77CE) is known color: East Side. HEX triplet: AE, 77 and CE. RGB value is (174,119,206). Sum of RGB (Red+Green+Blue) = 174+119+206=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE77CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77CE is #518831. Grayscale: #919191. Windows color (decimal): -5343282 or 13531054. OLE color: 13531054.
HSL color Cylindrical-coordinate representation of color #AE77CE: hue angle of 277.93º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE77CE is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 119 | 206 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.19 |
| HSL | 277.93º | 0.47% | 0.64% | - |
| HSV(B) | 277.93º | 0.42% | 0.81% | - |
| XYZ | 35.19 | 26.65 | 61.68 | - |
| YUV | 145.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 206 | 0.16 | 0.42 | 0 | 0.19 | 277.93 | 0.47 | 0.64 |
| Hex | AE | 77 | CE | 10 | 2A | 0 | 13 | 116 | 2F | 40 |
| Octal | 256 | 167 | 316 | 20 | 52 | 0 | 23 | 426 | 57 | 100 |
| Binary | 10101110 | 1110111 | 11001110 | 10000 | 101010 | 0 | 10011 | 100010110 | 101111 | 1000000 |
Color Harmonies of #AE77CE
Complementary color
Monochromatic Colors of #AE77CE
Black with #AE77CE
Text Example
Text Example
White with #AE77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE77CE; }
p { color: rgb(174,119,206); }
H1.HeaderClassName
{
color: #AE77CE;
}
.AnyTagClassName
{
color: #AE77CE;
}
</style>
background-color css
<style>
a { background-color: #AE77CE; }
a { background-color: rgb(174,119,206); }
div.DivClassName
{
background-color: #AE77CE;
}
.BgClassName
{
background-color: #AE77CE;
}
</style>
border-color css
<style>
span { border-color: #AE77CE; }
span { border-color: rgb(174,119,206); }
td.TdClassName
{
border-color: #AE77CE;
}
.TagClassName
{
border-color: #AE77CE;
}
</style>