#AE80B6

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

Shades of East Side #AE80B6

Tints of East Side #AE80B6

Color information

#AE80B6 (or 0xAE80B6) is unknown color: approx East Side. HEX triplet: AE, 80 and B6. RGB value is (174,128,182). Sum of RGB (Red+Green+Blue) = 174+128+182=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE80B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80B6 is #517F49. Grayscale: #939393. Windows color (decimal): -5341002 or 11960494. OLE color: 11960494.

HSL color Cylindrical-coordinate representation of color #AE80B6: hue angle of 291.11º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE80B6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB174128182-
CMYK0.040.3000.29
HSL291.11º27%60.78%-
HSV(B)291.11º29.67%71.37%-
XYZ33.6227.8147.85-
YUV147.91147.24146.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 182 (71.48% from 255) = 37.60%
R=35.95%
G=26.45%
B=37.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741281820.040.3000.29291.112760.78
HexAE80B641E01D1231b3d
Octal2562002664360354433375
Binary1010111010000000101101101001111001110110010001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80B6; }

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

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

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

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

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

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

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

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