#AE8FAD

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

Shades of London Hue #AE8FAD

Tints of London Hue #AE8FAD

Color information

#AE8FAD (or 0xAE8FAD) is unknown color: approx London Hue. HEX triplet: AE, 8F and AD. RGB value is (174,143,173). Sum of RGB (Red+Green+Blue) = 174+143+173=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8FAD is #517052. Grayscale: #9B9B9B. Windows color (decimal): -5337171 or 11374510. OLE color: 11374510.

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

Color convert

RGB174143173-
CMYK00.180.010.32
HSL301.94º16.06%62.16%-
HSV(B)301.94º17.82%68.24%-
XYZ34.8231.6643.81-
YUV155.69137.77141.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=35.51%
G=29.18%
B=35.31%

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
Decimal17414317300.180.010.32301.9416.0662.16
HexAE8FAD01212012e103e
Octal2562172550221404562076
Binary101011101000111110101101010010110000010010111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FAD; }

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

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

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

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

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

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

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

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