#AE77BA

Color #AE77BA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AE77BA

Tints of East Side #AE77BA

Color information

#AE77BA (or 0xAE77BA) is unknown color: approx East Side. HEX triplet: AE, 77 and BA. RGB value is (174,119,186). Sum of RGB (Red+Green+Blue) = 174+119+186=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77BA is #518845. Grayscale: #8E8E8E. Windows color (decimal): -5343302 or 12220334. OLE color: 12220334.

HSL color Cylindrical-coordinate representation of color #AE77BA: hue angle of 289.25º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE77BA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174119186-
CMYK0.060.3600.27
HSL289.25º32.68%59.8%-
HSV(B)289.25º36.02%72.94%-
XYZ32.9225.7449.69-
YUV143.08152.22150.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 119 (46.88% from 255) = 24.84%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=36.33%
G=24.84%
B=38.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741191860.060.3600.27289.2532.6859.8
HexAE77BA62401B121213c
Octal2561672726440334414174
Binary10101110111011110111010110100100011011100100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE77BA; }

 p { color: rgb(174,119,186); }

 H1.HeaderClassName
 {
   color: #AE77BA;
 }
 .AnyTagClassName
 {
   color: #AE77BA;
 }
</style>
background-color css

<style>
 a { background-color: #AE77BA; }

 a { background-color: rgb(174,119,186); }

 div.DivClassName
 {
   background-color: #AE77BA;
 }
 .BgClassName
 {
   background-color: #AE77BA;
 }
</style>
border-color css

<style>
 span { border-color: #AE77BA; }

 span { border-color: rgb(174,119,186); }

 td.TdClassName
 {
   border-color: #AE77BA;
 }
 .TagClassName
 {
   border-color: #AE77BA;
 }
</style>