#AC81AD

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

Shades of London Hue #AC81AD

Tints of London Hue #AC81AD

Color information

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

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

Color convert

RGB172129173-
CMYK0.010.2500.32
HSL298.64º21.15%59.22%-
HSV(B)298.64º25.43%67.84%-
XYZ32.4127.4943.13-
YUV146.87142.75145.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721291730.010.2500.32298.6421.1559.22
HexAC81AD11902012b153b
Octal2542012551310404532573
Binary101011001000000110101101111001010000010010101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81AD; }

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

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

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

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

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

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

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

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