#AD81AC

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

Shades of London Hue #AD81AC

Tints of London Hue #AD81AC

Color information

#AD81AC (or 0xAD81AC) is unknown color: approx London Hue. HEX triplet: AD, 81 and AC. RGB value is (173,129,172). Sum of RGB (Red+Green+Blue) = 173+129+172=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD81AC is #527E53. Grayscale: #929292. Windows color (decimal): -5406292 or 11305389. OLE color: 11305389.

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

Color convert

RGB173129172-
CMYK00.250.010.32
HSL301.36º21.15%59.22%-
HSV(B)301.36º25.43%67.84%-
XYZ32.5327.5642.64-
YUV147.06142.08146.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=36.50%
G=27.22%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312917200.250.010.32301.3621.1559.22
HexAD81AC01912012d153b
Octal2552012540311404552573
Binary101011011000000110101100011001110000010010110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD81AC; }

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

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

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

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

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

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

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

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