#AE93AF

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

Shades of London Hue #AE93AF

Tints of London Hue #AE93AF

Color information

#AE93AF (or 0xAE93AF) is unknown color: approx London Hue. HEX triplet: AE, 93 and AF. RGB value is (174,147,175). Sum of RGB (Red+Green+Blue) = 174+147+175=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE93AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE93AF is #516C50. Grayscale: #9E9E9E. Windows color (decimal): -5336145 or 11506606. OLE color: 11506606.

HSL color Cylindrical-coordinate representation of color #AE93AF: hue angle of 297.86º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AE93AF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174147175-
CMYK0.010.1600.31
HSL297.86º14.89%63.14%-
HSV(B)297.86º16%68.63%-
XYZ35.6332.9645.04-
YUV158.26137.45139.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=35.08%
G=29.64%
B=35.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741471750.010.1600.31297.8614.8963.14
HexAE93AF11001F12af3f
Octal2562232571200374521777
Binary1010111010010011101011111100000111111001010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE93AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE93AF; }

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

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

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

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

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

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

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

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