#AE7EB7

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

Shades of East Side #AE7EB7

Tints of East Side #AE7EB7

Color information

#AE7EB7 (or 0xAE7EB7) is unknown color: approx East Side. HEX triplet: AE, 7E and B7. RGB value is (174,126,183). Sum of RGB (Red+Green+Blue) = 174+126+183=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE7EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7EB7 is #518148. Grayscale: #929292. Windows color (decimal): -5341513 or 12025518. OLE color: 12025518.

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

Color convert

RGB174126183-
CMYK0.050.3100.28
HSL290.53º28.36%60.59%-
HSV(B)290.53º31.15%71.76%-
XYZ33.4627.3448.31-
YUV146.85148.4147.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=36.02%
G=26.09%
B=37.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741261830.050.3100.28290.5328.3660.59
HexAE7EB751F01C1231c3d
Octal2561762675370344433475
Binary101011101111110101101111011111101110010010001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7EB7; }

 p { color: rgb(174,126,183); }

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

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

 a { background-color: rgb(174,126,183); }

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

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

 span { border-color: rgb(174,126,183); }

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