#AE7BAE

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

Shades of London Hue #AE7BAE

Tints of London Hue #AE7BAE

Color information

#AE7BAE (or 0xAE7BAE) is unknown color: approx London Hue. HEX triplet: AE, 7B and AE. RGB value is (174,123,174). Sum of RGB (Red+Green+Blue) = 174+123+174=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7BAE is #518451. Grayscale: #8F8F8F. Windows color (decimal): -5342290 or 11434926. OLE color: 11434926.

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

Color convert

RGB174123174-
CMYK00.2900.32
HSL300º23.94%58.24%-
HSV(B)300º29.31%68.24%-
XYZ32.1826.2243.41-
YUV144.06144.9149.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=36.94%
G=26.11%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412317400.2900.3230023.9458.24
HexAE7BAE01D02012c183a
Octal2561732560350404543072
Binary10101110111101110101110011101010000010010110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BAE; }

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

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

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

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

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

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

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

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