#AE7FAC

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

Shades of London Hue #AE7FAC

Tints of London Hue #AE7FAC

Color information

#AE7FAC (or 0xAE7FAC) is unknown color: approx London Hue. HEX triplet: AE, 7F and AC. RGB value is (174,127,172). Sum of RGB (Red+Green+Blue) = 174+127+172=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7FAC is #518053. Grayscale: #929292. Windows color (decimal): -5341268 or 11304878. OLE color: 11304878.

HSL color Cylindrical-coordinate representation of color #AE7FAC: hue angle of 302.55º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE7FAC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB174127172-
CMYK00.270.010.32
HSL302.55º22.49%59.02%-
HSV(B)302.55º27.01%68.24%-
XYZ32.4927.1642.56-
YUV146.18142.57147.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=36.79%
G=26.85%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412717200.270.010.32302.5522.4959.02
HexAE7FAC01B12012f163b
Octal2561772540331404572673
Binary10101110111111110101100011011110000010010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7FAC; }

 p { color: rgb(174,127,172); }

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

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

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

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

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

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

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