#AE7DAE

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

Shades of London Hue #AE7DAE

Tints of London Hue #AE7DAE

Color information

#AE7DAE (or 0xAE7DAE) is unknown color: approx London Hue. HEX triplet: AE, 7D and AE. RGB value is (174,125,174). Sum of RGB (Red+Green+Blue) = 174+125+174=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7DAE is #518251. Grayscale: #919191. Windows color (decimal): -5341778 or 11435438. OLE color: 11435438.

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

Color convert

RGB174125174-
CMYK00.2800.32
HSL300º23.22%58.63%-
HSV(B)300º28.16%68.24%-
XYZ32.4326.7243.49-
YUV145.24144.23148.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=36.79%
G=26.43%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412517400.2800.3230023.2258.63
HexAE7DAE01C02012c173b
Octal2561752560340404542773
Binary10101110111110110101110011100010000010010110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DAE; }

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

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

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

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

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

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

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

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