#AE81B3

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

Shades of London Hue #AE81B3

Tints of London Hue #AE81B3

Color information

#AE81B3 (or 0xAE81B3) is unknown color: approx London Hue. HEX triplet: AE, 81 and B3. RGB value is (174,129,179). Sum of RGB (Red+Green+Blue) = 174+129+179=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE81B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81B3 is #517E4C. Grayscale: #949494. Windows color (decimal): -5340749 or 11764142. OLE color: 11764142.

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

Color convert

RGB174129179-
CMYK0.030.2800.30
HSL294º24.75%60.39%-
HSV(B)294º27.93%70.2%-
XYZ33.4427.9546.28-
YUV148.16145.41146.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 179 (70.31% from 255) = 37.14%
R=36.10%
G=26.76%
B=37.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741291790.030.2800.3029424.7560.39
HexAE81B331C01E126193c
Octal2562012633340364463174
Binary101011101000000110110011111110001111010010011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81B3; }

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

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

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

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

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

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

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

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