#AA81AD

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

Shades of London Hue #AA81AD

Tints of London Hue #AA81AD

Color information

#AA81AD (or 0xAA81AD) is unknown color: approx London Hue. HEX triplet: AA, 81 and AD. RGB value is (170,129,173). Sum of RGB (Red+Green+Blue) = 170+129+173=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA81AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA81AD is #557E52. Grayscale: #929292. Windows color (decimal): -5602899 or 11370922. OLE color: 11370922.

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

Color convert

RGB170129173-
CMYK0.020.2500.32
HSL295.91º21.15%59.22%-
HSV(B)295.91º25.43%67.84%-
XYZ31.9727.2643.11-
YUV146.28143.08144.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=36.02%
G=27.33%
B=36.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701291730.020.2500.32295.9121.1559.22
HexAA81AD219020128153b
Octal2522012552310404502573
Binary1010101010000001101011011011001010000010010100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81AD; }

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

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

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

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

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

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

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

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