#AE79AA

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

Shades of London Hue #AE79AA

Tints of London Hue #AE79AA

Color information

#AE79AA (or 0xAE79AA) is unknown color: approx London Hue. HEX triplet: AE, 79 and AA. RGB value is (174,121,170). Sum of RGB (Red+Green+Blue) = 174+121+170=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE79AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE79AA is #518655. Grayscale: #8E8E8E. Windows color (decimal): -5342806 or 11172270. OLE color: 11172270.

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

Color convert

RGB174121170-
CMYK00.300.020.32
HSL304.53º24.65%57.84%-
HSV(B)304.53º30.46%68.24%-
XYZ31.5525.5841.3-
YUV142.43143.56150.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=37.42%
G=26.02%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412117000.300.020.32304.5324.6557.84
HexAE79AA01E220131193a
Octal2561712520362404613172
Binary101011101111001101010100111101010000010011000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79AA; }

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

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

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

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

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

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

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

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