#AE8FAC

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

Shades of London Hue #AE8FAC

Tints of London Hue #AE8FAC

Color information

#AE8FAC (or 0xAE8FAC) is unknown color: approx London Hue. HEX triplet: AE, 8F and AC. RGB value is (174,143,172). Sum of RGB (Red+Green+Blue) = 174+143+172=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8FAC is #517053. Grayscale: #9B9B9B. Windows color (decimal): -5337172 or 11308974. OLE color: 11308974.

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

Color convert

RGB174143172-
CMYK00.180.010.32
HSL303.87º16.06%62.16%-
HSV(B)303.87º17.82%68.24%-
XYZ34.7231.6243.3-
YUV155.57137.27141.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=35.58%
G=29.24%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414317200.180.010.32303.8716.0662.16
HexAE8FAC012120130103e
Octal2562172540221404602076
Binary101011101000111110101100010010110000010011000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FAC; }

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

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

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

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

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

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

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

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