#AD80AE

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

Shades of London Hue #AD80AE

Tints of London Hue #AD80AE

Color information

#AD80AE (or 0xAD80AE) is unknown color: approx London Hue. HEX triplet: AD, 80 and AE. RGB value is (173,128,174). Sum of RGB (Red+Green+Blue) = 173+128+174=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD80AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD80AE is #527F51. Grayscale: #929292. Windows color (decimal): -5406546 or 11436205. OLE color: 11436205.

HSL color Cylindrical-coordinate representation of color #AD80AE: hue angle of 298.7º 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 #AD80AE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173128174-
CMYK0.010.2600.32
HSL298.7º22.12%59.22%-
HSV(B)298.7º26.44%68.24%-
XYZ32.5927.3843.61-
YUV146.7143.41146.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=36.42%
G=26.95%
B=36.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731281740.010.2600.32298.722.1259.22
HexAD80AE11A02012b163b
Octal2552002561320404532673
Binary101011011000000010101110111010010000010010101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD80AE; }

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

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

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

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

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

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

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

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