#AE7CAF

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

Shades of London Hue #AE7CAF

Tints of London Hue #AE7CAF

Color information

#AE7CAF (or 0xAE7CAF) is unknown color: approx London Hue. HEX triplet: AE, 7C and AF. RGB value is (174,124,175). Sum of RGB (Red+Green+Blue) = 174+124+175=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE7CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7CAF is #518350. Grayscale: #909090. Windows color (decimal): -5342033 or 11500718. OLE color: 11500718.

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

Color convert

RGB174124175-
CMYK0.010.2900.31
HSL298.82º24.17%58.63%-
HSV(B)298.82º29.14%68.63%-
XYZ32.426.5143.97-
YUV144.76145.06148.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=36.79%
G=26.22%
B=37.00%

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
Decimal1741241750.010.2900.31298.8224.1758.63
HexAE7CAF11D01F12b183b
Octal2561742571350374533073
Binary1010111011111001010111111110101111110010101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7CAF; }

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

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

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

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

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

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

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

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