#AE7DAB

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

Shades of London Hue #AE7DAB

Tints of London Hue #AE7DAB

Color information

#AE7DAB (or 0xAE7DAB) is unknown color: approx London Hue. HEX triplet: AE, 7D and AB. RGB value is (174,125,171). Sum of RGB (Red+Green+Blue) = 174+125+171=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7DAB is #518254. Grayscale: #909090. Windows color (decimal): -5341781 or 11238830. OLE color: 11238830.

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

Color convert

RGB174125171-
CMYK00.280.020.32
HSL303.67º23.22%58.63%-
HSV(B)303.67º28.16%68.24%-
XYZ32.1426.6141.97-
YUV144.89142.73148.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=37.02%
G=26.60%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412517100.280.020.32303.6723.2258.63
HexAE7DAB01C220130173b
Octal2561752530342404602773
Binary101011101111101101010110111001010000010011000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DAB; }

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

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

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

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

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

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

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

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