#AC80AF

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

Shades of London Hue #AC80AF

Tints of London Hue #AC80AF

Color information

#AC80AF (or 0xAC80AF) is unknown color: approx London Hue. HEX triplet: AC, 80 and AF. RGB value is (172,128,175). Sum of RGB (Red+Green+Blue) = 172+128+175=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC80AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC80AF is #537F50. Grayscale: #929292. Windows color (decimal): -5472081 or 11501740. OLE color: 11501740.

HSL color Cylindrical-coordinate representation of color #AC80AF: hue angle of 296.17º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC80AF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172128175-
CMYK0.020.2700.31
HSL296.17º22.71%59.41%-
HSV(B)296.17º26.86%68.63%-
XYZ32.4727.344.12-
YUV146.51144.08146.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=36.21%
G=26.95%
B=36.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721281750.020.2700.31296.1722.7159.41
HexAC80AF21B01F128173b
Octal2542002572330374502773
Binary101011001000000010101111101101101111110010100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80AF; }

 p { color: rgb(172,128,175); }

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

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

 a { background-color: rgb(172,128,175); }

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

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

 span { border-color: rgb(172,128,175); }

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