#AC84AD

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

Shades of London Hue #AC84AD

Tints of London Hue #AC84AD

Color information

#AC84AD (or 0xAC84AD) is unknown color: approx London Hue. HEX triplet: AC, 84 and AD. RGB value is (172,132,173). Sum of RGB (Red+Green+Blue) = 172+132+173=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC84AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC84AD is #537B52. Grayscale: #949494. Windows color (decimal): -5471059 or 11371692. OLE color: 11371692.

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

Color convert

RGB172132173-
CMYK0.010.2400.32
HSL298.54º20%59.8%-
HSV(B)298.54º23.7%67.84%-
XYZ32.8128.2943.27-
YUV148.63141.75144.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=36.06%
G=27.67%
B=36.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721321730.010.2400.32298.542059.8
HexAC84AD11802012b143c
Octal2542042551300404532474
Binary101011001000010010101101111000010000010010101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84AD; }

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

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

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

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

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

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

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

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