#AE7DAD

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

Shades of London Hue #AE7DAD

Tints of London Hue #AE7DAD

Color information

#AE7DAD (or 0xAE7DAD) is unknown color: approx London Hue. HEX triplet: AE, 7D and AD. RGB value is (174,125,173). Sum of RGB (Red+Green+Blue) = 174+125+173=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7DAD is #518252. Grayscale: #909090. Windows color (decimal): -5341779 or 11369902. OLE color: 11369902.

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

Color convert

RGB174125173-
CMYK00.280.010.32
HSL301.22º23.22%58.63%-
HSV(B)301.22º28.16%68.24%-
XYZ32.3326.6842.98-
YUV145.12143.73148.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=36.86%
G=26.48%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412517300.280.010.32301.2223.2258.63
HexAE7DAD01C12012d173b
Octal2561752550341404552773
Binary10101110111110110101101011100110000010010110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DAD; }

 p { color: rgb(174,125,173); }

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

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

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

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

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

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

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