#AC81AC

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

Shades of London Hue #AC81AC

Tints of London Hue #AC81AC

Color information

#AC81AC (or 0xAC81AC) is unknown color: approx London Hue. HEX triplet: AC, 81 and AC. RGB value is (172,129,172). Sum of RGB (Red+Green+Blue) = 172+129+172=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81AC is #537E53. Grayscale: #929292. Windows color (decimal): -5471828 or 11305388. OLE color: 11305388.

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

Color convert

RGB172129172-
CMYK00.2500.33
HSL300º20.57%59.02%-
HSV(B)300º25%67.45%-
XYZ32.3127.4542.63-
YUV146.76142.25146-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212917200.2500.3330020.5759.02
HexAC81AC01902112c153b
Octal2542012540310414542573
Binary101011001000000110101100011001010000110010110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81AC; }

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

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

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

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

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

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

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

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