#AE83AF

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

Shades of London Hue #AE83AF

Tints of London Hue #AE83AF

Color information

#AE83AF (or 0xAE83AF) is unknown color: approx London Hue. HEX triplet: AE, 83 and AF. RGB value is (174,131,175). Sum of RGB (Red+Green+Blue) = 174+131+175=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE83AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE83AF is #517C50. Grayscale: #949494. Windows color (decimal): -5340241 or 11502510. OLE color: 11502510.

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

Color convert

RGB174131175-
CMYK0.010.2500.31
HSL298.64º21.57%60%-
HSV(B)298.64º25.14%68.63%-
XYZ33.3128.3344.27-
YUV148.87142.75145.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=36.25%
G=27.29%
B=36.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741311750.010.2500.31298.6421.5760
HexAE83AF11901F12b163c
Octal2562032571310374532674
Binary10101110100000111010111111100101111110010101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE83AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE83AF; }

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

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

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

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

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

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

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

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