#AE8BB3

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

Shades of East Side #AE8BB3

Tints of East Side #AE8BB3

Color information

#AE8BB3 (or 0xAE8BB3) is unknown color: approx East Side. HEX triplet: AE, 8B and B3. RGB value is (174,139,179). Sum of RGB (Red+Green+Blue) = 174+139+179=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE8BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BB3 is #51744C. Grayscale: #999999. Windows color (decimal): -5338189 or 11766702. OLE color: 11766702.

HSL color Cylindrical-coordinate representation of color #AE8BB3: hue angle of 292.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE8BB3 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174139179-
CMYK0.030.2200.30
HSL292.5º20.83%62.35%-
HSV(B)292.5º22.35%70.2%-
XYZ34.8230.7246.74-
YUV154.02142.1142.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 179 (70.31% from 255) = 36.38%
R=35.37%
G=28.25%
B=36.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741391790.030.2200.30292.520.8362.35
HexAE8BB331601E124153e
Octal2562132633260364442576
Binary101011101000101110110011111011001111010010010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BB3; }

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

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

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

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

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

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

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

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