#AE7CA7

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

Shades of London Hue #AE7CA7

Tints of London Hue #AE7CA7

Color information

#AE7CA7 (or 0xAE7CA7) is unknown color: approx London Hue. HEX triplet: AE, 7C and A7. RGB value is (174,124,167). Sum of RGB (Red+Green+Blue) = 174+124+167=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7CA7 is #518358. Grayscale: #8F8F8F. Windows color (decimal): -5342041 or 10976430. OLE color: 10976430.

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

Color convert

RGB174124167-
CMYK00.290.040.32
HSL308.4º23.58%58.43%-
HSV(B)308.4º28.74%68.24%-
XYZ31.6426.239.95-
YUV143.85141.06149.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=37.42%
G=26.67%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412416700.290.040.32308.423.5858.43
HexAE7CA701D420134183a
Octal2561742470354404643072
Binary1010111011111001010011101110110010000010011010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7CA7; }

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

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

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

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

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

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

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

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