#AE93BA

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

Shades of East Side #AE93BA

Tints of East Side #AE93BA

Color information

#AE93BA (or 0xAE93BA) is unknown color: approx East Side. HEX triplet: AE, 93 and BA. RGB value is (174,147,186). Sum of RGB (Red+Green+Blue) = 174+147+186=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93BA is #516C45. Grayscale: #9F9F9F. Windows color (decimal): -5336134 or 12227502. OLE color: 12227502.

HSL color Cylindrical-coordinate representation of color #AE93BA: hue angle of 281.54º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE93BA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174147186-
CMYK0.060.2100.27
HSL281.54º22.03%65.29%-
HSV(B)281.54º20.97%72.94%-
XYZ36.7533.4150.97-
YUV159.52142.95138.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=34.32%
G=28.99%
B=36.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741471860.060.2100.27281.5422.0365.29
HexAE93BA61501B11a1641
Octal25622327262503343226101
Binary10101110100100111011101011010101011011100011010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93BA; }

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

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

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

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

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

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

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

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