#AE82B3

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

Shades of London Hue #AE82B3

Tints of London Hue #AE82B3

Color information

#AE82B3 (or 0xAE82B3) is unknown color: approx London Hue. HEX triplet: AE, 82 and B3. RGB value is (174,130,179). Sum of RGB (Red+Green+Blue) = 174+130+179=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE82B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82B3 is #517D4C. Grayscale: #949494. Windows color (decimal): -5340493 or 11764398. OLE color: 11764398.

HSL color Cylindrical-coordinate representation of color #AE82B3: hue angle of 293.88º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE82B3 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174130179-
CMYK0.030.2700.30
HSL293.88º24.38%60.59%-
HSV(B)293.88º27.37%70.2%-
XYZ33.5728.2246.32-
YUV148.74145.08146.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=36.02%
G=26.92%
B=37.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741301790.030.2700.30293.8824.3860.59
HexAE82B331B01E126183d
Octal2562022633330364463075
Binary101011101000001010110011111101101111010010011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82B3; }

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

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

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

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

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

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

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

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