#AE78AE

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

Shades of London Hue #AE78AE

Tints of London Hue #AE78AE

Color information

#AE78AE (or 0xAE78AE) is unknown color: approx London Hue. HEX triplet: AE, 78 and AE. RGB value is (174,120,174). Sum of RGB (Red+Green+Blue) = 174+120+174=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE78AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE78AE is #518751. Grayscale: #8E8E8E. Windows color (decimal): -5343058 or 11434158. OLE color: 11434158.

HSL color Cylindrical-coordinate representation of color #AE78AE: hue angle of 300º 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 #AE78AE is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174120174-
CMYK00.3100.32
HSL300º25%57.65%-
HSV(B)300º31.03%68.24%-
XYZ31.8125.4943.29-
YUV142.3145.89150.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 120 (47.27% from 255) = 25.64%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=37.18%
G=25.64%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412017400.3100.323002557.65
HexAE78AE01F02012c193a
Octal2561702560370404543172
Binary10101110111100010101110011111010000010010110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78AE; }

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

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

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

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

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

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

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

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