#AE95AF

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

Shades of London Hue #AE95AF

Tints of London Hue #AE95AF

Color information

#AE95AF (or 0xAE95AF) is unknown color: approx London Hue. HEX triplet: AE, 95 and AF. RGB value is (174,149,175). Sum of RGB (Red+Green+Blue) = 174+149+175=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE95AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE95AF is #516A50. Grayscale: #9F9F9F. Windows color (decimal): -5335633 or 11507118. OLE color: 11507118.

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

Color convert

RGB174149175-
CMYK0.010.1500.31
HSL297.69º13.98%63.53%-
HSV(B)297.69º14.86%68.63%-
XYZ35.9433.5945.15-
YUV159.44136.78138.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=34.94%
G=29.92%
B=35.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741491750.010.1500.31297.6913.9863.53
HexAE95AF1F01F12ae40
Octal25622525711703745216100
Binary1010111010010101101011111111101111110010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95AF; }

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

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

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

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

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

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

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

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