#AE80B9

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

Shades of East Side #AE80B9

Tints of East Side #AE80B9

Color information

#AE80B9 (or 0xAE80B9) is unknown color: approx East Side. HEX triplet: AE, 80 and B9. RGB value is (174,128,185). Sum of RGB (Red+Green+Blue) = 174+128+185=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE80B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80B9 is #517F46. Grayscale: #949494. Windows color (decimal): -5340999 or 12157102. OLE color: 12157102.

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

Color convert

RGB174128185-
CMYK0.060.3100.27
HSL288.42º28.93%61.37%-
HSV(B)288.42º30.81%72.55%-
XYZ33.9327.9449.5-
YUV148.25148.74146.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=35.73%
G=26.28%
B=37.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741281850.060.3100.27288.4228.9361.37
HexAE80B961F01B1201d3d
Octal2562002716370334403575
Binary1010111010000000101110011101111101101110010000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80B9; }

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

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

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

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

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

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

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

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