#AE93BD

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

Shades of East Side #AE93BD

Tints of East Side #AE93BD

Color information

#AE93BD (or 0xAE93BD) is unknown color: approx East Side. HEX triplet: AE, 93 and BD. RGB value is (174,147,189). Sum of RGB (Red+Green+Blue) = 174+147+189=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE93BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93BD is #516C42. Grayscale: #9F9F9F. Windows color (decimal): -5336131 or 12424110. OLE color: 12424110.

HSL color Cylindrical-coordinate representation of color #AE93BD: hue angle of 278.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE93BD is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174147189-
CMYK0.080.2200.26
HSL278.57º24.14%65.88%-
HSV(B)278.57º22.22%74.12%-
XYZ37.0733.5452.66-
YUV159.86144.45138.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 147 (57.81% from 255) = 28.82%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=34.12%
G=28.82%
B=37.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741471890.080.2200.26278.5724.1465.88
HexAE93BD81601A1171842
Octal256223275102603242730102
Binary101011101001001110111101100010110011010100010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93BD; }

 p { color: rgb(174,147,189); }

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

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

 a { background-color: rgb(174,147,189); }

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

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

 span { border-color: rgb(174,147,189); }

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