#AC8DA8

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

Shades of London Hue #AC8DA8

Tints of London Hue #AC8DA8

Color information

#AC8DA8 (or 0xAC8DA8) is unknown color: approx London Hue. HEX triplet: AC, 8D and A8. RGB value is (172,141,168). Sum of RGB (Red+Green+Blue) = 172+141+168=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8DA8 is #537257. Grayscale: #999999. Windows color (decimal): -5468760 or 11046316. OLE color: 11046316.

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

Color convert

RGB172141168-
CMYK00.180.020.33
HSL307.74º15.74%61.37%-
HSV(B)307.74º18.02%67.45%-
XYZ33.6130.6541.19-
YUV153.35136.27141.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 168 (66.02% from 255) = 34.93%
R=35.76%
G=29.31%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214116800.180.020.33307.7415.7461.37
HexAC8DA8012221134103d
Octal2542152500222414642075
Binary1010110010001101101010000100101010000110011010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DA8; }

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

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

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

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

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

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

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

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