#AE82AD

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

Shades of London Hue #AE82AD

Tints of London Hue #AE82AD

Color information

#AE82AD (or 0xAE82AD) is unknown color: approx London Hue. HEX triplet: AE, 82 and AD. RGB value is (174,130,173). Sum of RGB (Red+Green+Blue) = 174+130+173=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE82AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE82AD is #517D52. Grayscale: #939393. Windows color (decimal): -5340499 or 11371182. OLE color: 11371182.

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

Color convert

RGB174130173-
CMYK00.250.010.32
HSL301.36º21.36%59.61%-
HSV(B)301.36º25.29%68.24%-
XYZ32.9827.9843.2-
YUV148.06142.08146.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=36.48%
G=27.25%
B=36.27%

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
Decimal17413017300.250.010.32301.3621.3659.61
HexAE82AD01912012d153c
Octal2562022550311404552574
Binary101011101000001010101101011001110000010010110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82AD; }

 p { color: rgb(174,130,173); }

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

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

 a { background-color: rgb(174,130,173); }

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

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

 span { border-color: rgb(174,130,173); }

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