#AC8AAC

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

Shades of London Hue #AC8AAC

Tints of London Hue #AC8AAC

Color information

#AC8AAC (or 0xAC8AAC) is unknown color: approx London Hue. HEX triplet: AC, 8A and AC. RGB value is (172,138,172). Sum of RGB (Red+Green+Blue) = 172+138+172=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC8AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8AAC is #537553. Grayscale: #979797. Windows color (decimal): -5469524 or 11307692. OLE color: 11307692.

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

Color convert

RGB172138172-
CMYK00.2000.33
HSL300º17%60.78%-
HSV(B)300º19.77%67.45%-
XYZ33.5529.9343.04-
YUV152.04139.26142.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=35.68%
G=28.63%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213817200.2000.333001760.78
HexAC8AAC01402112c113d
Octal2542122540240414542175
Binary101011001000101010101100010100010000110010110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8AAC; }

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

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

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

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

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

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

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

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