#AE82B8

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

Shades of East Side #AE82B8

Tints of East Side #AE82B8

Color information

#AE82B8 (or 0xAE82B8) is unknown color: approx East Side. HEX triplet: AE, 82 and B8. RGB value is (174,130,184). Sum of RGB (Red+Green+Blue) = 174+130+184=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE82B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82B8 is #517D47. Grayscale: #959595. Windows color (decimal): -5340488 or 12092078. OLE color: 12092078.

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

Color convert

RGB174130184-
CMYK0.050.2900.28
HSL288.89º27.55%61.57%-
HSV(B)288.89º29.35%72.16%-
XYZ34.0928.4249.04-
YUV149.31147.58145.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 184 (72.27% from 255) = 37.70%
R=35.66%
G=26.64%
B=37.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741301840.050.2900.28288.8927.5561.57
HexAE82B851D01C1211c3e
Octal2562022705350344413476
Binary1010111010000010101110001011110101110010010000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82B8; }

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

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

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

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

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

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

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

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