#AE84BE

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

Shades of East Side #AE84BE

Tints of East Side #AE84BE

Color information

#AE84BE (or 0xAE84BE) is unknown color: approx East Side. HEX triplet: AE, 84 and BE. RGB value is (174,132,190). Sum of RGB (Red+Green+Blue) = 174+132+190=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE84BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84BE is #517B41. Grayscale: #969696. Windows color (decimal): -5339970 or 12485806. OLE color: 12485806.

HSL color Cylindrical-coordinate representation of color #AE84BE: hue angle of 283.45º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE84BE is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174132190-
CMYK0.080.3100.25
HSL283.45º30.85%63.14%-
HSV(B)283.45º30.53%74.51%-
XYZ3529.2252.51-
YUV151.17149.91144.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=35.08%
G=26.61%
B=38.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741321900.080.3100.25283.4530.8563.14
HexAE84BE81F01911b1f3f
Octal25620427610370314333777
Binary10101110100001001011111010001111101100110001101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84BE; }

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

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

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

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

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

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

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

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