Shades of East Side #AE77B5
Tints of East Side #AE77B5
RGB
CMYK
RGB Variations
Color information
#AE77B5 (or 0xAE77B5) is known color: East Side. HEX triplet: AE, 77 and B5. RGB value is (174,119,181). Sum of RGB (Red+Green+Blue) = 174+119+181=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE77B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77B5 is #51884A. Grayscale: #8E8E8E. Windows color (decimal): -5343307 or 11892654. OLE color: 11892654.
HSL color Cylindrical-coordinate representation of color #AE77B5: hue angle of 293.23º degrees, saturation: 0.3, 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 #AE77B5 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 174 | 119 | 181 | - |
CMYK | 0.04 | 0.34 | 0 | 0.29 |
HSL | 293.23º | 0.3% | 0.59% | - |
HSV(B) | 293.23º | 0.34% | 0.71% | - |
XYZ | 32.39 | 25.53 | 46.94 | - |
YUV | 142.51 | 149.72 | 150.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 119 | 181 | 0.04 | 0.34 | 0 | 0.29 | 293.23 | 0.3 | 0.59 |
Hex | AE | 77 | B5 | 4 | 22 | 0 | 1D | 125 | 1E | 3B |
Octal | 256 | 167 | 265 | 4 | 42 | 0 | 35 | 445 | 36 | 73 |
Binary | 10101110 | 1110111 | 10110101 | 100 | 100010 | 0 | 11101 | 100100101 | 11110 | 111011 |
Color Harmonies of #AE77B5
Complementary color
Monochromatic Colors of #AE77B5
Black with #AE77B5
Text Example
Text Example
White with #AE77B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE77B5; }
p { color: rgb(174,119,181); }
H1.HeaderClassName
{
color: #AE77B5;
}
.AnyTagClassName
{
color: #AE77B5;
}
</style>
background-color css
<style>
a { background-color: #AE77B5; }
a { background-color: rgb(174,119,181); }
div.DivClassName
{
background-color: #AE77B5;
}
.BgClassName
{
background-color: #AE77B5;
}
</style>
border-color css
<style>
span { border-color: #AE77B5; }
span { border-color: rgb(174,119,181); }
td.TdClassName
{
border-color: #AE77B5;
}
.TagClassName
{
border-color: #AE77B5;
}
</style>