#AE84BA

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

Shades of East Side #AE84BA

Tints of East Side #AE84BA

Color information

#AE84BA (or 0xAE84BA) is unknown color: approx East Side. HEX triplet: AE, 84 and BA. RGB value is (174,132,186). Sum of RGB (Red+Green+Blue) = 174+132+186=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84BA is #517B45. Grayscale: #969696. Windows color (decimal): -5339974 or 12223662. OLE color: 12223662.

HSL color Cylindrical-coordinate representation of color #AE84BA: hue angle of 286.67º degrees, saturation: 0.28, 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 #AE84BA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174132186-
CMYK0.060.2900.27
HSL286.67º28.12%62.35%-
HSV(B)286.67º29.03%72.94%-
XYZ34.5729.0550.24-
YUV150.71147.91144.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=35.37%
G=26.83%
B=37.80%

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
Decimal1741321860.060.2900.27286.6728.1262.35
HexAE84BA61D01B11f1c3e
Octal2562042726350334373476
Binary1010111010000100101110101101110101101110001111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84BA; }

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

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

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

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

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

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

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

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