#AD80AC

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

Shades of London Hue #AD80AC

Tints of London Hue #AD80AC

Color information

#AD80AC (or 0xAD80AC) is unknown color: approx London Hue. HEX triplet: AD, 80 and AC. RGB value is (173,128,172). Sum of RGB (Red+Green+Blue) = 173+128+172=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #AD80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD80AC is #527F53. Grayscale: #929292. Windows color (decimal): -5406548 or 11305133. OLE color: 11305133.

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

Color convert

RGB173128172-
CMYK00.260.010.32
HSL301.33º21.53%59.02%-
HSV(B)301.33º26.01%67.84%-
XYZ32.427.342.59-
YUV146.47142.41146.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=36.58%
G=27.06%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312817200.260.010.32301.3321.5359.02
HexAD80AC01A12012d163b
Octal2552002540321404552673
Binary101011011000000010101100011010110000010010110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80AC; }

 p { color: rgb(173,128,172); }

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

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

 a { background-color: rgb(173,128,172); }

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

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

 span { border-color: rgb(173,128,172); }

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