Shades of East Side #AE77B4
Tints of East Side #AE77B4
RGB
CMYK
RGB Variations
Color information
#AE77B4 (or 0xAE77B4) is known color: East Side. HEX triplet: AE, 77 and B4. RGB value is (174,119,180). Sum of RGB (Red+Green+Blue) = 174+119+180=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE77B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77B4 is #51884B. Grayscale: #8E8E8E. Windows color (decimal): -5343308 or 11827118. OLE color: 11827118.
HSL color Cylindrical-coordinate representation of color #AE77B4: hue angle of 294.1º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE77B4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 119 | 180 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.29 |
| HSL | 294.1º | 0.29% | 0.59% | - |
| HSV(B) | 294.1º | 0.34% | 0.71% | - |
| XYZ | 32.29 | 25.49 | 46.4 | - |
| YUV | 142.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 180 | 0.03 | 0.34 | 0 | 0.29 | 294.1 | 0.29 | 0.59 |
| Hex | AE | 77 | B4 | 3 | 22 | 0 | 1D | 126 | 1D | 3B |
| Octal | 256 | 167 | 264 | 3 | 42 | 0 | 35 | 446 | 35 | 73 |
| Binary | 10101110 | 1110111 | 10110100 | 11 | 100010 | 0 | 11101 | 100100110 | 11101 | 111011 |
Color Harmonies of #AE77B4
Complementary color
Monochromatic Colors of #AE77B4
Black with #AE77B4
Text Example
Text Example
White with #AE77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE77B4; }
p { color: rgb(174,119,180); }
H1.HeaderClassName
{
color: #AE77B4;
}
.AnyTagClassName
{
color: #AE77B4;
}
</style>
background-color css
<style>
a { background-color: #AE77B4; }
a { background-color: rgb(174,119,180); }
div.DivClassName
{
background-color: #AE77B4;
}
.BgClassName
{
background-color: #AE77B4;
}
</style>
border-color css
<style>
span { border-color: #AE77B4; }
span { border-color: rgb(174,119,180); }
td.TdClassName
{
border-color: #AE77B4;
}
.TagClassName
{
border-color: #AE77B4;
}
</style>