#AE84B7

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

Shades of East Side #AE84B7

Tints of East Side #AE84B7

Color information

#AE84B7 (or 0xAE84B7) is unknown color: approx East Side. HEX triplet: AE, 84 and B7. RGB value is (174,132,183). Sum of RGB (Red+Green+Blue) = 174+132+183=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE84B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84B7 is #517B48. Grayscale: #969696. Windows color (decimal): -5339977 or 12027054. OLE color: 12027054.

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

Color convert

RGB174132183-
CMYK0.050.2800.28
HSL289.41º26.15%61.76%-
HSV(B)289.41º27.87%71.76%-
XYZ34.2528.9248.58-
YUV150.37146.41144.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=35.58%
G=26.99%
B=37.42%

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
Decimal1741321830.050.2800.28289.4126.1561.76
HexAE84B751C01C1211a3e
Octal2562042675340344413276
Binary1010111010000100101101111011110001110010010000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84B7; }

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

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

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

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

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

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

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

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