#AE7DAF

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

Shades of London Hue #AE7DAF

Tints of London Hue #AE7DAF

Color information

#AE7DAF (or 0xAE7DAF) is unknown color: approx London Hue. HEX triplet: AE, 7D and AF. RGB value is (174,125,175). Sum of RGB (Red+Green+Blue) = 174+125+175=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7DAF is #518250. Grayscale: #919191. Windows color (decimal): -5341777 or 11500974. OLE color: 11500974.

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

Color convert

RGB174125175-
CMYK0.010.2900.31
HSL298.8º23.81%58.82%-
HSV(B)298.8º28.57%68.63%-
XYZ32.5326.7644.01-
YUV145.35144.73148.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=36.71%
G=26.37%
B=36.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741251750.010.2900.31298.823.8158.82
HexAE7DAF11D01F12b183b
Octal2561752571350374533073
Binary1010111011111011010111111110101111110010101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7DAF; }

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

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

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

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

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

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

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

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