#AA83AF

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

Shades of London Hue #AA83AF

Tints of London Hue #AA83AF

Color information

#AA83AF (or 0xAA83AF) is unknown color: approx London Hue. HEX triplet: AA, 83 and AF. RGB value is (170,131,175). Sum of RGB (Red+Green+Blue) = 170+131+175=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA83AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83AF is #557C50. Grayscale: #939393. Windows color (decimal): -5602385 or 11502506. OLE color: 11502506.

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

Color convert

RGB170131175-
CMYK0.030.2500.31
HSL293.18º21.57%60%-
HSV(B)293.18º25.14%68.63%-
XYZ32.4327.8744.23-
YUV147.68143.42143.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=35.71%
G=27.52%
B=36.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701311750.030.2500.31293.1821.5760
HexAA83AF31901F125163c
Octal2522032573310374452674
Binary101010101000001110101111111100101111110010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83AF; }

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

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

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

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

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

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

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

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