#AE72B7

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

Shades of East Side #AE72B7

Tints of East Side #AE72B7

Color information

#AE72B7 (or 0xAE72B7) is unknown color: approx East Side. HEX triplet: AE, 72 and B7. RGB value is (174,114,183). Sum of RGB (Red+Green+Blue) = 174+114+183=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #AE72B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72B7 is #518D48. Grayscale: #8B8B8B. Windows color (decimal): -5344585 or 12022446. OLE color: 12022446.

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

Color convert

RGB174114183-
CMYK0.050.3800.28
HSL292.17º32.39%58.24%-
HSV(B)292.17º37.7%71.76%-
XYZ32.0224.4547.83-
YUV139.81152.38152.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 183 (71.88% from 255) = 38.85%
R=36.94%
G=24.20%
B=38.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741141830.050.3800.28292.1732.3958.24
HexAE72B752601C124203a
Octal2561622675460344444072
Binary10101110111001010110111101100110011100100100100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72B7; }

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

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

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

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

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

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

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

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