#AE7EAF

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

Shades of London Hue #AE7EAF

Tints of London Hue #AE7EAF

Color information

#AE7EAF (or 0xAE7EAF) is unknown color: approx London Hue. HEX triplet: AE, 7E and AF. RGB value is (174,126,175). Sum of RGB (Red+Green+Blue) = 174+126+175=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7EAF is #518150. Grayscale: #919191. Windows color (decimal): -5341521 or 11501230. OLE color: 11501230.

HSL color Cylindrical-coordinate representation of color #AE7EAF: hue angle of 298.78º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE7EAF is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174126175-
CMYK0.010.2800.31
HSL298.78º23.44%59.02%-
HSV(B)298.78º28%68.63%-
XYZ32.6527.0244.05-
YUV145.94144.4148.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=36.63%
G=26.53%
B=36.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741261750.010.2800.31298.7823.4459.02
HexAE7EAF11C01F12b173b
Octal2561762571340374532773
Binary1010111011111101010111111110001111110010101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7EAF; }

 p { color: rgb(174,126,175); }

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

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

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

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

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

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

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