#AE8FA7

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

Shades of London Hue #AE8FA7

Tints of London Hue #AE8FA7

Color information

#AE8FA7 (or 0xAE8FA7) is unknown color: approx London Hue. HEX triplet: AE, 8F and A7. RGB value is (174,143,167). Sum of RGB (Red+Green+Blue) = 174+143+167=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8FA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8FA7 is #517058. Grayscale: #9A9A9A. Windows color (decimal): -5337177 or 10981294. OLE color: 10981294.

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

Color convert

RGB174143167-
CMYK00.180.040.32
HSL313.55º16.06%62.16%-
HSV(B)313.55º17.82%68.24%-
XYZ34.2531.4340.82-
YUV155134.77141.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=35.95%
G=29.55%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414316700.180.040.32313.5516.0662.16
HexAE8FA701242013a103e
Octal2562172470224404722076
Binary10101110100011111010011101001010010000010011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FA7; }

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

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

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

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

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

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

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

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