#AE82BF

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

Shades of East Side #AE82BF

Tints of East Side #AE82BF

Color information

#AE82BF (or 0xAE82BF) is unknown color: approx East Side. HEX triplet: AE, 82 and BF. RGB value is (174,130,191). Sum of RGB (Red+Green+Blue) = 174+130+191=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE82BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82BF is #517D40. Grayscale: #959595. Windows color (decimal): -5340481 or 12550830. OLE color: 12550830.

HSL color Cylindrical-coordinate representation of color #AE82BF: hue angle of 283.28º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE82BF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174130191-
CMYK0.090.3200.25
HSL283.28º32.28%62.94%-
HSV(B)283.28º31.94%74.9%-
XYZ34.8428.7353-
YUV150.11151.08145.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 191 (75% from 255) = 38.59%
R=35.15%
G=26.26%
B=38.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741301910.090.3200.25283.2832.2862.94
HexAE82BF92001911b203f
Octal25620227711400314334077
Binary1010111010000010101111111001100000011001100011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82BF; }

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

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

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

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

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

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

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

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