#AE83AC

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

Shades of London Hue #AE83AC

Tints of London Hue #AE83AC

Color information

#AE83AC (or 0xAE83AC) is unknown color: approx London Hue. HEX triplet: AE, 83 and AC. RGB value is (174,131,172). Sum of RGB (Red+Green+Blue) = 174+131+172=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE83AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE83AC is #517C53. Grayscale: #949494. Windows color (decimal): -5340244 or 11305902. OLE color: 11305902.

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

Color convert

RGB174131172-
CMYK00.250.010.32
HSL302.79º20.98%59.8%-
HSV(B)302.79º24.71%68.24%-
XYZ33.0228.2142.73-
YUV148.53141.25146.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=36.48%
G=27.46%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413117200.250.010.32302.7920.9859.8
HexAE83AC01912012f153c
Octal2562032540311404572574
Binary101011101000001110101100011001110000010010111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE83AC; }

 p { color: rgb(174,131,172); }

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

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

 a { background-color: rgb(174,131,172); }

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

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

 span { border-color: rgb(174,131,172); }

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