#AE8FAF

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

Shades of London Hue #AE8FAF

Tints of London Hue #AE8FAF

Color information

#AE8FAF (or 0xAE8FAF) is unknown color: approx London Hue. HEX triplet: AE, 8F and AF. RGB value is (174,143,175). Sum of RGB (Red+Green+Blue) = 174+143+175=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8FAF is #517050. Grayscale: #9B9B9B. Windows color (decimal): -5337169 or 11505582. OLE color: 11505582.

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

Color convert

RGB174143175-
CMYK0.010.1800.31
HSL298.12º16.67%62.35%-
HSV(B)298.12º18.29%68.63%-
XYZ35.0231.7444.84-
YUV155.92138.77140.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=35.37%
G=29.07%
B=35.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741431750.010.1800.31298.1216.6762.35
HexAE8FAF11201F12a113e
Octal2562172571220374522176
Binary10101110100011111010111111001001111110010101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8FAF; }

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

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

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

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

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

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

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

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