#AA86AD

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

Shades of London Hue #AA86AD

Tints of London Hue #AA86AD

Color information

#AA86AD (or 0xAA86AD) is unknown color: approx London Hue. HEX triplet: AA, 86 and AD. RGB value is (170,134,173). Sum of RGB (Red+Green+Blue) = 170+134+173=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA86AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA86AD is #557952. Grayscale: #959595. Windows color (decimal): -5601619 or 11372202. OLE color: 11372202.

HSL color Cylindrical-coordinate representation of color #AA86AD: hue angle of 295.38º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA86AD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170134173-
CMYK0.020.2300.32
HSL295.38º19.21%60.2%-
HSV(B)295.38º22.54%67.84%-
XYZ32.6528.6143.34-
YUV149.21141.43142.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=35.64%
G=28.09%
B=36.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701341730.020.2300.32295.3819.2160.2
HexAA86AD217020127133c
Octal2522062552270404472374
Binary1010101010000110101011011010111010000010010011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86AD; }

 p { color: rgb(170,134,173); }

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

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

 a { background-color: rgb(170,134,173); }

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

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

 span { border-color: rgb(170,134,173); }

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