#AE80B4

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

Shades of East Side #AE80B4

Tints of East Side #AE80B4

Color information

#AE80B4 (or 0xAE80B4) is unknown color: approx East Side. HEX triplet: AE, 80 and B4. RGB value is (174,128,180). Sum of RGB (Red+Green+Blue) = 174+128+180=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE80B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80B4 is #517F4B. Grayscale: #939393. Windows color (decimal): -5341004 or 11829422. OLE color: 11829422.

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

Color convert

RGB174128180-
CMYK0.030.2900.29
HSL293.08º25.74%60.39%-
HSV(B)293.08º28.89%70.59%-
XYZ33.4127.7346.77-
YUV147.68146.24146.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=36.10%
G=26.56%
B=37.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741281800.030.2900.29293.0825.7460.39
HexAE80B431D01D1251a3c
Octal2562002643350354453274
Binary101011101000000010110100111110101110110010010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80B4; }

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

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

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

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

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

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

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

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