#AE81B8

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

Shades of East Side #AE81B8

Tints of East Side #AE81B8

Color information

#AE81B8 (or 0xAE81B8) is unknown color: approx East Side. HEX triplet: AE, 81 and B8. RGB value is (174,129,184). Sum of RGB (Red+Green+Blue) = 174+129+184=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE81B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81B8 is #517E47. Grayscale: #949494. Windows color (decimal): -5340744 or 12091822. OLE color: 12091822.

HSL color Cylindrical-coordinate representation of color #AE81B8: hue angle of 289.09º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE81B8 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174129184-
CMYK0.050.3000.28
HSL289.09º27.92%61.37%-
HSV(B)289.09º29.89%72.16%-
XYZ33.9628.1648.99-
YUV148.72147.91146.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 184 (72.27% from 255) = 37.78%
R=35.73%
G=26.49%
B=37.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741291840.050.3000.28289.0927.9261.37
HexAE81B851E01C1211c3d
Octal2562012705360344413475
Binary1010111010000001101110001011111001110010010000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81B8; }

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

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

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

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

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

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

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

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