#AE84BC

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

Shades of East Side #AE84BC

Tints of East Side #AE84BC

Color information

#AE84BC (or 0xAE84BC) is unknown color: approx East Side. HEX triplet: AE, 84 and BC. RGB value is (174,132,188). Sum of RGB (Red+Green+Blue) = 174+132+188=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84BC is #517B43. Grayscale: #969696. Windows color (decimal): -5339972 or 12354734. OLE color: 12354734.

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

Color convert

RGB174132188-
CMYK0.070.3000.26
HSL285º29.47%62.75%-
HSV(B)285º29.79%73.73%-
XYZ34.7829.1351.37-
YUV150.94148.91144.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=35.22%
G=26.72%
B=38.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741321880.070.3000.2628529.4762.75
HexAE84BC71E01A11d1d3f
Octal2562042747360324353577
Binary1010111010000100101111001111111001101010001110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84BC; }

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

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

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

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

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

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

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

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