#AE88B3

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

Shades of London Hue #AE88B3

Tints of London Hue #AE88B3

Color information

#AE88B3 (or 0xAE88B3) is unknown color: approx London Hue. HEX triplet: AE, 88 and B3. RGB value is (174,136,179). Sum of RGB (Red+Green+Blue) = 174+136+179=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE88B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE88B3 is #51774C. Grayscale: #989898. Windows color (decimal): -5338957 or 11765934. OLE color: 11765934.

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

Color convert

RGB174136179-
CMYK0.030.2400.30
HSL293.02º22.05%61.76%-
HSV(B)293.02º24.02%70.2%-
XYZ34.429.8646.6-
YUV152.26143.09143.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=35.58%
G=27.81%
B=36.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741361790.030.2400.30293.0222.0561.76
HexAE88B331801E125163e
Octal2562102633300364452676
Binary101011101000100010110011111100001111010010010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE88B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE88B3; }

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

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

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

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

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

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

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

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