#AE84B8

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

Shades of East Side #AE84B8

Tints of East Side #AE84B8

Color information

#AE84B8 (or 0xAE84B8) is unknown color: approx East Side. HEX triplet: AE, 84 and B8. RGB value is (174,132,184). Sum of RGB (Red+Green+Blue) = 174+132+184=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE84B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84B8 is #517B47. Grayscale: #969696. Windows color (decimal): -5339976 or 12092590. OLE color: 12092590.

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

Color convert

RGB174132184-
CMYK0.050.2800.28
HSL288.46º26.8%61.96%-
HSV(B)288.46º28.26%72.16%-
XYZ34.3628.9649.13-
YUV150.49146.91144.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 184 (72.27% from 255) = 37.55%
R=35.51%
G=26.94%
B=37.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741321840.050.2800.28288.4626.861.96
HexAE84B851C01C1201b3e
Octal2562042705340344403376
Binary1010111010000100101110001011110001110010010000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84B8; }

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

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

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

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

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

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

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

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