#AE84B9

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

Shades of East Side #AE84B9

Tints of East Side #AE84B9

Color information

#AE84B9 (or 0xAE84B9) is unknown color: approx East Side. HEX triplet: AE, 84 and B9. RGB value is (174,132,185). Sum of RGB (Red+Green+Blue) = 174+132+185=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE84B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84B9 is #517B46. Grayscale: #969696. Windows color (decimal): -5339975 or 12158126. OLE color: 12158126.

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

Color convert

RGB174132185-
CMYK0.060.2900.27
HSL287.55º27.46%62.16%-
HSV(B)287.55º28.65%72.55%-
XYZ34.462949.68-
YUV150.6147.41144.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=35.44%
G=26.88%
B=37.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741321850.060.2900.27287.5527.4662.16
HexAE84B961D01B1201b3e
Octal2562042716350334403376
Binary1010111010000100101110011101110101101110010000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84B9; }

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

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

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

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

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

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

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

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