#AE78AC

Color #AE78AC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AE78AC

Tints of London Hue #AE78AC

Color information

#AE78AC (or 0xAE78AC) is unknown color: approx London Hue. HEX triplet: AE, 78 and AC. RGB value is (174,120,172). Sum of RGB (Red+Green+Blue) = 174+120+172=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AE78AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE78AC is #518753. Grayscale: #8D8D8D. Windows color (decimal): -5343060 or 11303086. OLE color: 11303086.

HSL color Cylindrical-coordinate representation of color #AE78AC: hue angle of 302.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE78AC is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB174120172-
CMYK00.310.010.32
HSL302.22º25%57.65%-
HSV(B)302.22º31.03%68.24%-
XYZ31.6225.4142.27-
YUV142.07144.89150.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=37.34%
G=25.75%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412017200.310.010.32302.222557.65
HexAE78AC01F12012e193a
Octal2561702540371404563172
Binary10101110111100010101100011111110000010010111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78AC; }

 p { color: rgb(174,120,172); }

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

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

 a { background-color: rgb(174,120,172); }

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

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

 span { border-color: rgb(174,120,172); }

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