#AE72BA

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

Shades of East Side #AE72BA

Tints of East Side #AE72BA

Color information

#AE72BA (or 0xAE72BA) is unknown color: approx East Side. HEX triplet: AE, 72 and BA. RGB value is (174,114,186). Sum of RGB (Red+Green+Blue) = 174+114+186=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72BA is #518D45. Grayscale: #8B8B8B. Windows color (decimal): -5344582 or 12219054. OLE color: 12219054.

HSL color Cylindrical-coordinate representation of color #AE72BA: hue angle of 290º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE72BA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174114186-
CMYK0.060.3900.27
HSL290º34.29%58.82%-
HSV(B)290º38.71%72.94%-
XYZ32.3424.5849.49-
YUV140.15153.88152.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=36.71%
G=24.05%
B=39.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741141860.060.3900.2729034.2958.82
HexAE72BA62701B122223b
Octal2561622726470334424273
Binary10101110111001010111010110100111011011100100010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72BA; }

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

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

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

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

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

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

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

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