#AE84AF

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

Shades of London Hue #AE84AF

Tints of London Hue #AE84AF

Color information

#AE84AF (or 0xAE84AF) is unknown color: approx London Hue. HEX triplet: AE, 84 and AF. RGB value is (174,132,175). Sum of RGB (Red+Green+Blue) = 174+132+175=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE84AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE84AF is #517B50. Grayscale: #959595. Windows color (decimal): -5339985 or 11502766. OLE color: 11502766.

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

Color convert

RGB174132175-
CMYK0.010.2500.31
HSL298.6º21.18%60.2%-
HSV(B)298.6º24.57%68.63%-
XYZ33.4428.644.31-
YUV149.46142.41145.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=36.17%
G=27.44%
B=36.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741321750.010.2500.31298.621.1860.2
HexAE84AF11901F12b153c
Octal2562042571310374532574
Binary10101110100001001010111111100101111110010101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84AF; }

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

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

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

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

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

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

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

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