#AE82BA

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

Shades of East Side #AE82BA

Tints of East Side #AE82BA

Color information

#AE82BA (or 0xAE82BA) is unknown color: approx East Side. HEX triplet: AE, 82 and BA. RGB value is (174,130,186). Sum of RGB (Red+Green+Blue) = 174+130+186=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82BA is #517D45. Grayscale: #959595. Windows color (decimal): -5340486 or 12223150. OLE color: 12223150.

HSL color Cylindrical-coordinate representation of color #AE82BA: hue angle of 287.14º 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 #AE82BA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174130186-
CMYK0.060.3000.27
HSL287.14º28.87%61.96%-
HSV(B)287.14º30.11%72.94%-
XYZ34.328.5150.15-
YUV149.54148.58145.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=35.51%
G=26.53%
B=37.96%

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
Decimal1741301860.060.3000.27287.1428.8761.96
HexAE82BA61E01B11f1d3e
Octal2562022726360334373576
Binary1010111010000010101110101101111001101110001111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82BA; }

 p { color: rgb(174,130,186); }

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

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

 a { background-color: rgb(174,130,186); }

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

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

 span { border-color: rgb(174,130,186); }

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