#AE72BE

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

Shades of East Side #AE72BE

Tints of East Side #AE72BE

Color information

#AE72BE (or 0xAE72BE) is unknown color: approx East Side. HEX triplet: AE, 72 and BE. RGB value is (174,114,190). Sum of RGB (Red+Green+Blue) = 174+114+190=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72BE is #518D41. Grayscale: #8C8C8C. Windows color (decimal): -5344578 or 12481198. OLE color: 12481198.

HSL color Cylindrical-coordinate representation of color #AE72BE: hue angle of 287.37º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE72BE is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174114190-
CMYK0.080.4000.25
HSL287.37º36.89%59.61%-
HSV(B)287.37º40%74.51%-
XYZ32.7724.7551.77-
YUV140.6155.88151.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=36.40%
G=23.85%
B=39.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741141900.080.4000.25287.3736.8959.61
HexAE72BE82801911f253c
Octal25616227610500314374574
Binary101011101110010101111101000101000011001100011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72BE; }

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

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

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

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

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

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

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

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