#AE84BB

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

Shades of East Side #AE84BB

Tints of East Side #AE84BB

Color information

#AE84BB (or 0xAE84BB) is unknown color: approx East Side. HEX triplet: AE, 84 and BB. RGB value is (174,132,187). Sum of RGB (Red+Green+Blue) = 174+132+187=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84BB is #517B44. Grayscale: #969696. Windows color (decimal): -5339973 or 12289198. OLE color: 12289198.

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

Color convert

RGB174132187-
CMYK0.070.2900.27
HSL285.82º28.8%62.55%-
HSV(B)285.82º29.41%73.33%-
XYZ34.6829.0950.8-
YUV150.83148.41144.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=35.29%
G=26.77%
B=37.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741321870.070.2900.27285.8228.862.55
HexAE84BB71D01B11e1d3f
Octal2562042737350334363577
Binary1010111010000100101110111111110101101110001111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84BB; }

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

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

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

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

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

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

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

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