#AE81AA

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

Shades of London Hue #AE81AA

Tints of London Hue #AE81AA

Color information

#AE81AA (or 0xAE81AA) is unknown color: approx London Hue. HEX triplet: AE, 81 and AA. RGB value is (174,129,170). Sum of RGB (Red+Green+Blue) = 174+129+170=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AE81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE81AA is #517E55. Grayscale: #939393. Windows color (decimal): -5340758 or 11174318. OLE color: 11174318.

HSL color Cylindrical-coordinate representation of color #AE81AA: hue angle of 305.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE81AA is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB174129170-
CMYK00.260.020.32
HSL305.33º21.74%59.41%-
HSV(B)305.33º25.86%68.24%-
XYZ32.5627.641.64-
YUV147.13140.91147.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=36.79%
G=27.27%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412917000.260.020.32305.3321.7459.41
HexAE81AA01A220131163b
Octal2562012520322404612673
Binary1010111010000001101010100110101010000010011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81AA; }

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

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

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

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

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

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

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

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