#AE81BD

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

Shades of East Side #AE81BD

Tints of East Side #AE81BD

Color information

#AE81BD (or 0xAE81BD) is unknown color: approx East Side. HEX triplet: AE, 81 and BD. RGB value is (174,129,189). Sum of RGB (Red+Green+Blue) = 174+129+189=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE81BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81BD is #517E42. Grayscale: #959595. Windows color (decimal): -5340739 or 12419502. OLE color: 12419502.

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

Color convert

RGB174129189-
CMYK0.080.3200.26
HSL285º31.25%62.35%-
HSV(B)285º31.75%74.12%-
XYZ34.4928.3751.8-
YUV149.29150.41145.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=35.37%
G=26.22%
B=38.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741291890.080.3200.2628531.2562.35
HexAE81BD82001A11d1f3e
Octal25620127510400324353776
Binary101011101000000110111101100010000001101010001110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81BD; }

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

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

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

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

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

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

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

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