#AE8BB9

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

Shades of East Side #AE8BB9

Tints of East Side #AE8BB9

Color information

#AE8BB9 (or 0xAE8BB9) is unknown color: approx East Side. HEX triplet: AE, 8B and B9. RGB value is (174,139,185). Sum of RGB (Red+Green+Blue) = 174+139+185=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE8BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BB9 is #517446. Grayscale: #9A9A9A. Windows color (decimal): -5338183 or 12159918. OLE color: 12159918.

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

Color convert

RGB174139185-
CMYK0.060.2500.27
HSL285.65º24.73%63.53%-
HSV(B)285.65º24.86%72.55%-
XYZ35.4530.9750.01-
YUV154.71145.1141.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 139 (54.69% from 255) = 27.91%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=34.94%
G=27.91%
B=37.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741391850.060.2500.27285.6524.7363.53
HexAE8BB961901B11e1940
Octal25621327163103343631100
Binary10101110100010111011100111011001011011100011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BB9; }

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

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

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

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

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

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

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

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