#AE78B4

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

Shades of East Side #AE78B4

Tints of East Side #AE78B4

Color information

#AE78B4 (or 0xAE78B4) is unknown color: approx East Side. HEX triplet: AE, 78 and B4. RGB value is (174,120,180). Sum of RGB (Red+Green+Blue) = 174+120+180=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE78B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE78B4 is #51874B. Grayscale: #8E8E8E. Windows color (decimal): -5343052 or 11827374. OLE color: 11827374.

HSL color Cylindrical-coordinate representation of color #AE78B4: hue angle of 294º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE78B4 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174120180-
CMYK0.030.3300.29
HSL294º28.57%58.82%-
HSV(B)294º33.33%70.59%-
XYZ32.4125.7346.44-
YUV142.99148.89150.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=36.71%
G=25.32%
B=37.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741201800.030.3300.2929428.5758.82
HexAE78B432101D1261d3b
Octal2561702643410354463573
Binary101011101111000101101001110000101110110010011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78B4; }

 p { color: rgb(174,120,180); }

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

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

 a { background-color: rgb(174,120,180); }

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

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

 span { border-color: rgb(174,120,180); }

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