#AE82AE

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

Shades of London Hue #AE82AE

Tints of London Hue #AE82AE

Color information

#AE82AE (or 0xAE82AE) is unknown color: approx London Hue. HEX triplet: AE, 82 and AE. RGB value is (174,130,174). Sum of RGB (Red+Green+Blue) = 174+130+174=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE82AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE82AE is #517D51. Grayscale: #949494. Windows color (decimal): -5340498 or 11436718. OLE color: 11436718.

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

Color convert

RGB174130174-
CMYK00.2500.32
HSL300º21.36%59.61%-
HSV(B)300º25.29%68.24%-
XYZ33.0828.0243.71-
YUV148.17142.58146.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=36.40%
G=27.20%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413017400.2500.3230021.3659.61
HexAE82AE01902012c153c
Octal2562022560310404542574
Binary101011101000001010101110011001010000010010110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82AE; }

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

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

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

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

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

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

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

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