#AE82B0

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

Shades of London Hue #AE82B0

Tints of London Hue #AE82B0

Color information

#AE82B0 (or 0xAE82B0) is unknown color: approx London Hue. HEX triplet: AE, 82 and B0. RGB value is (174,130,176). Sum of RGB (Red+Green+Blue) = 174+130+176=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE82B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE82B0 is #517D4F. Grayscale: #949494. Windows color (decimal): -5340496 or 11567790. OLE color: 11567790.

HSL color Cylindrical-coordinate representation of color #AE82B0: hue angle of 297.39º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE82B0 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174130176-
CMYK0.010.2600.31
HSL297.39º22.55%60%-
HSV(B)297.39º26.14%69.02%-
XYZ33.2728.144.74-
YUV148.4143.58146.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 176 (69.14% from 255) = 36.67%
R=36.25%
G=27.08%
B=36.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741301760.010.2600.31297.3922.5560
HexAE82B011A01F129173c
Octal2562022601320374512774
Binary10101110100000101011000011101001111110010100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82B0; }

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

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

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

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

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

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

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

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