#AE88BD

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

Shades of East Side #AE88BD

Tints of East Side #AE88BD

Color information

#AE88BD (or 0xAE88BD) is unknown color: approx East Side. HEX triplet: AE, 88 and BD. RGB value is (174,136,189). Sum of RGB (Red+Green+Blue) = 174+136+189=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE88BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE88BD is #517742. Grayscale: #999999. Windows color (decimal): -5338947 or 12421294. OLE color: 12421294.

HSL color Cylindrical-coordinate representation of color #AE88BD: hue angle of 283.02º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE88BD is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174136189-
CMYK0.080.2800.26
HSL283.02º28.65%63.73%-
HSV(B)283.02º28.04%74.12%-
XYZ35.4530.2852.12-
YUV153.4148.09142.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=34.87%
G=27.25%
B=37.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741361890.080.2800.26283.0228.6563.73
HexAE88BD81C01A11b1d40
Octal256210275103403243335100
Binary101011101000100010111101100011100011010100011011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE88BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE88BD; }

 p { color: rgb(174,136,189); }

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

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

 a { background-color: rgb(174,136,189); }

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

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

 span { border-color: rgb(174,136,189); }

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