#AE93B9

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

Shades of East Side #AE93B9

Tints of East Side #AE93B9

Color information

#AE93B9 (or 0xAE93B9) is unknown color: approx East Side. HEX triplet: AE, 93 and B9. RGB value is (174,147,185). Sum of RGB (Red+Green+Blue) = 174+147+185=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE93B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93B9 is #516C46. Grayscale: #9F9F9F. Windows color (decimal): -5336135 or 12161966. OLE color: 12161966.

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

Color convert

RGB174147185-
CMYK0.060.2100.27
HSL282.63º21.35%65.1%-
HSV(B)282.63º20.54%72.55%-
XYZ36.6533.3750.41-
YUV159.4142.45138.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=34.39%
G=29.05%
B=36.56%

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
Decimal1741471850.060.2100.27282.6321.3565.1
HexAE93B961501B11b1541
Octal25622327162503343325101
Binary10101110100100111011100111010101011011100011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93B9; }

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

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

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

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

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

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

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

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