#AE84B0

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

Shades of London Hue #AE84B0

Tints of London Hue #AE84B0

Color information

#AE84B0 (or 0xAE84B0) is unknown color: approx London Hue. HEX triplet: AE, 84 and B0. RGB value is (174,132,176). Sum of RGB (Red+Green+Blue) = 174+132+176=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE84B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE84B0 is #517B4F. Grayscale: #959595. Windows color (decimal): -5339984 or 11568302. OLE color: 11568302.

HSL color Cylindrical-coordinate representation of color #AE84B0: hue angle of 297.27º degrees, saturation: 0.22, 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 #AE84B0 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174132176-
CMYK0.010.2500.31
HSL297.27º21.78%60.39%-
HSV(B)297.27º25%69.02%-
XYZ33.5428.6444.83-
YUV149.57142.91145.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=36.10%
G=27.39%
B=36.51%

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
Decimal1741321760.010.2500.31297.2721.7860.39
HexAE84B011901F129163c
Octal2562042601310374512674
Binary10101110100001001011000011100101111110010100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84B0; }

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

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

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

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

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

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

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

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