#AC82AD

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

Shades of London Hue #AC82AD

Tints of London Hue #AC82AD

Color information

#AC82AD (or 0xAC82AD) is unknown color: approx London Hue. HEX triplet: AC, 82 and AD. RGB value is (172,130,173). Sum of RGB (Red+Green+Blue) = 172+130+173=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC82AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC82AD is #537D52. Grayscale: #939393. Windows color (decimal): -5471571 or 11371180. OLE color: 11371180.

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

Color convert

RGB172130173-
CMYK0.010.2500.32
HSL298.6º20.77%59.41%-
HSV(B)298.6º24.86%67.84%-
XYZ32.5427.7543.18-
YUV147.46142.41145.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=36.21%
G=27.37%
B=36.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721301730.010.2500.32298.620.7759.41
HexAC82AD11902012b153b
Octal2542022551310404532573
Binary101011001000001010101101111001010000010010101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82AD; }

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

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

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

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

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

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

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

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