#AE8CB1

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

Shades of London Hue #AE8CB1

Tints of London Hue #AE8CB1

Color information

#AE8CB1 (or 0xAE8CB1) is unknown color: approx London Hue. HEX triplet: AE, 8C and B1. RGB value is (174,140,177). Sum of RGB (Red+Green+Blue) = 174+140+177=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE8CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8CB1 is #51734E. Grayscale: #9A9A9A. Windows color (decimal): -5337935 or 11635886. OLE color: 11635886.

HSL color Cylindrical-coordinate representation of color #AE8CB1: hue angle of 295.14º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE8CB1 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB174140177-
CMYK0.020.2100.31
HSL295.14º19.17%62.16%-
HSV(B)295.14º20.9%69.41%-
XYZ34.7730.9345.73-
YUV154.38140.76141.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=35.44%
G=28.51%
B=36.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741401770.020.2100.31295.1419.1762.16
HexAE8CB121501F127133e
Octal2562142612250374472376
Binary101011101000110010110001101010101111110010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CB1; }

 p { color: rgb(174,140,177); }

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

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

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

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

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

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

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