#AE7CAE

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

Shades of London Hue #AE7CAE

Tints of London Hue #AE7CAE

Color information

#AE7CAE (or 0xAE7CAE) is unknown color: approx London Hue. HEX triplet: AE, 7C and AE. RGB value is (174,124,174). Sum of RGB (Red+Green+Blue) = 174+124+174=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7CAE is #518351. Grayscale: #909090. Windows color (decimal): -5342034 or 11435182. OLE color: 11435182.

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

Color convert

RGB174124174-
CMYK00.2900.32
HSL300º23.58%58.43%-
HSV(B)300º28.74%68.24%-
XYZ32.326.4743.45-
YUV144.65144.56148.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=36.86%
G=26.27%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412417400.2900.3230023.5858.43
HexAE7CAE01D02012c183a
Octal2561742560350404543072
Binary10101110111110010101110011101010000010010110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7CAE; }

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

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

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

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

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

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

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

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