#AC8DAD

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

Shades of London Hue #AC8DAD

Tints of London Hue #AC8DAD

Color information

#AC8DAD (or 0xAC8DAD) is unknown color: approx London Hue. HEX triplet: AC, 8D and AD. RGB value is (172,141,173). Sum of RGB (Red+Green+Blue) = 172+141+173=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC8DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8DAD is #537252. Grayscale: #999999. Windows color (decimal): -5468755 or 11373996. OLE color: 11373996.

HSL color Cylindrical-coordinate representation of color #AC8DAD: hue angle of 298.12º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8DAD is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172141173-
CMYK0.010.1800.32
HSL298.12º16.33%61.57%-
HSV(B)298.12º18.5%67.84%-
XYZ34.0830.8443.69-
YUV153.92138.77140.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=35.39%
G=29.01%
B=35.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721411730.010.1800.32298.1216.3361.57
HexAC8DAD11202012a103e
Octal2542152551220404522076
Binary101011001000110110101101110010010000010010101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DAD; }

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

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

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

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

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

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

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

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