#AE72B8

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

Shades of East Side #AE72B8

Tints of East Side #AE72B8

Color information

#AE72B8 (or 0xAE72B8) is unknown color: approx East Side. HEX triplet: AE, 72 and B8. RGB value is (174,114,184). Sum of RGB (Red+Green+Blue) = 174+114+184=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE72B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72B8 is #518D47. Grayscale: #8B8B8B. Windows color (decimal): -5344584 or 12087982. OLE color: 12087982.

HSL color Cylindrical-coordinate representation of color #AE72B8: hue angle of 291.43º degrees, saturation: 0.33, 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 #AE72B8 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174114184-
CMYK0.050.3800.28
HSL291.43º33.02%58.43%-
HSV(B)291.43º38.04%72.16%-
XYZ32.1224.4948.38-
YUV139.92152.88152.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 184 (72.27% from 255) = 38.98%
R=36.86%
G=24.15%
B=38.98%

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
Decimal1741141840.050.3800.28291.4333.0258.43
HexAE72B852601C123213a
Octal2561622705460344434172
Binary10101110111001010111000101100110011100100100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE72B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE72B8; }

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

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

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

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

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

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

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

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