#AE81B9

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

Shades of East Side #AE81B9

Tints of East Side #AE81B9

Color information

#AE81B9 (or 0xAE81B9) is unknown color: approx East Side. HEX triplet: AE, 81 and B9. RGB value is (174,129,185). Sum of RGB (Red+Green+Blue) = 174+129+185=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #AE81B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81B9 is #517E46. Grayscale: #949494. Windows color (decimal): -5340743 or 12157358. OLE color: 12157358.

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

Color convert

RGB174129185-
CMYK0.060.3000.27
HSL288.21º28.57%61.57%-
HSV(B)288.21º30.27%72.55%-
XYZ34.0628.249.55-
YUV148.84148.41145.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 185 (72.66% from 255) = 37.91%
R=35.66%
G=26.43%
B=37.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741291850.060.3000.27288.2128.5761.57
HexAE81B961E01B1201d3e
Octal2562012716360334403576
Binary1010111010000001101110011101111001101110010000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81B9; }

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

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

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

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

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

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

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

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