#AE83B3

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

Shades of London Hue #AE83B3

Tints of London Hue #AE83B3

Color information

#AE83B3 (or 0xAE83B3) is unknown color: approx London Hue. HEX triplet: AE, 83 and B3. RGB value is (174,131,179). Sum of RGB (Red+Green+Blue) = 174+131+179=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE83B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE83B3 is #517C4C. Grayscale: #959595. Windows color (decimal): -5340237 or 11764654. OLE color: 11764654.

HSL color Cylindrical-coordinate representation of color #AE83B3: hue angle of 293.75º 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 #AE83B3 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174131179-
CMYK0.030.2700.30
HSL293.75º24%60.78%-
HSV(B)293.75º26.82%70.2%-
XYZ33.7128.4946.37-
YUV149.33144.75145.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 179 (70.31% from 255) = 36.98%
R=35.95%
G=27.07%
B=36.98%

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
Decimal1741311790.030.2700.30293.752460.78
HexAE83B331B01E126183d
Octal2562032633330364463075
Binary101011101000001110110011111101101111010010011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE83B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE83B3; }

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

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

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

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

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

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

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

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