#AE93BB

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

Shades of East Side #AE93BB

Tints of East Side #AE93BB

Color information

#AE93BB (or 0xAE93BB) is unknown color: approx East Side. HEX triplet: AE, 93 and BB. RGB value is (174,147,187). Sum of RGB (Red+Green+Blue) = 174+147+187=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE93BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93BB is #516C44. Grayscale: #9F9F9F. Windows color (decimal): -5336133 or 12293038. OLE color: 12293038.

HSL color Cylindrical-coordinate representation of color #AE93BB: hue angle of 280.5º degrees, saturation: 0.23, 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 #AE93BB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174147187-
CMYK0.070.2100.27
HSL280.5º22.73%65.49%-
HSV(B)280.5º21.39%73.33%-
XYZ36.8633.4551.53-
YUV159.63143.45138.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=34.25%
G=28.94%
B=36.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741471870.070.2100.27280.522.7365.49
HexAE93BB71501B1181741
Octal25622327372503343027101
Binary10101110100100111011101111110101011011100011000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93BB; }

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

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

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

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

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

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

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

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