#AC8DB0

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

Shades of London Hue #AC8DB0

Tints of London Hue #AC8DB0

Color information

#AC8DB0 (or 0xAC8DB0) is unknown color: approx London Hue. HEX triplet: AC, 8D and B0. RGB value is (172,141,176). Sum of RGB (Red+Green+Blue) = 172+141+176=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC8DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8DB0 is #53724F. Grayscale: #9A9A9A. Windows color (decimal): -5468752 or 11570604. OLE color: 11570604.

HSL color Cylindrical-coordinate representation of color #AC8DB0: hue angle of 293.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8DB0 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172141176-
CMYK0.020.2000.31
HSL293.14º18.13%62.16%-
HSV(B)293.14º19.89%69.02%-
XYZ34.3730.9645.24-
YUV154.26140.27140.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=35.17%
G=28.83%
B=35.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721411760.020.2000.31293.1418.1362.16
HexAC8DB021401F125123e
Octal2542152602240374452276
Binary101011001000110110110000101010001111110010010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DB0; }

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

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

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

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

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

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

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

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