#AE82B9

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

Shades of East Side #AE82B9

Tints of East Side #AE82B9

Color information

#AE82B9 (or 0xAE82B9) is unknown color: approx East Side. HEX triplet: AE, 82 and B9. RGB value is (174,130,185). Sum of RGB (Red+Green+Blue) = 174+130+185=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE82B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82B9 is #517D46. Grayscale: #959595. Windows color (decimal): -5340487 or 12157614. OLE color: 12157614.

HSL color Cylindrical-coordinate representation of color #AE82B9: hue angle of 288º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE82B9 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174130185-
CMYK0.060.3000.27
HSL288º28.21%61.76%-
HSV(B)288º29.73%72.55%-
XYZ34.228.4749.59-
YUV149.43148.08145.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 185 (72.66% from 255) = 37.83%
R=35.58%
G=26.58%
B=37.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741301850.060.3000.2728828.2161.76
HexAE82B961E01B1201c3e
Octal2562022716360334403476
Binary1010111010000010101110011101111001101110010000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82B9; }

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

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

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

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

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

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

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

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