#AE78AA

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

Shades of London Hue #AE78AA

Tints of London Hue #AE78AA

Color information

#AE78AA (or 0xAE78AA) is unknown color: approx London Hue. HEX triplet: AE, 78 and AA. RGB value is (174,120,170). Sum of RGB (Red+Green+Blue) = 174+120+170=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE78AA is #518755. Grayscale: #8D8D8D. Windows color (decimal): -5343062 or 11172014. OLE color: 11172014.

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

Color convert

RGB174120170-
CMYK00.310.020.32
HSL304.44º25%57.65%-
HSV(B)304.44º31.03%68.24%-
XYZ31.4325.3341.26-
YUV141.85143.89150.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=37.5%
G=25.86%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412017000.310.020.32304.442557.65
HexAE78AA01F220130193a
Octal2561702520372404603172
Binary101011101111000101010100111111010000010011000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE78AA; }

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

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

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

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

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

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

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

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