#AC81A8

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

Shades of London Hue #AC81A8

Tints of London Hue #AC81A8

Color information

#AC81A8 (or 0xAC81A8) is unknown color: approx London Hue. HEX triplet: AC, 81 and A8. RGB value is (172,129,168). Sum of RGB (Red+Green+Blue) = 172+129+168=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC81A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81A8 is #537E57. Grayscale: #929292. Windows color (decimal): -5471832 or 11043244. OLE color: 11043244.

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

Color convert

RGB172129168-
CMYK00.250.020.33
HSL305.58º20.57%59.02%-
HSV(B)305.58º25%67.45%-
XYZ31.9327.340.63-
YUV146.3140.25146.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 168 (66.02% from 255) = 35.82%
R=36.67%
G=27.51%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212916800.250.020.33305.5820.5759.02
HexAC81A8019221132153b
Octal2542012500312414622573
Binary1010110010000001101010000110011010000110011001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81A8; }

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

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

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

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

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

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

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

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