#AC80B1

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

Shades of London Hue #AC80B1

Tints of London Hue #AC80B1

Color information

#AC80B1 (or 0xAC80B1) is unknown color: approx London Hue. HEX triplet: AC, 80 and B1. RGB value is (172,128,177). Sum of RGB (Red+Green+Blue) = 172+128+177=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC80B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC80B1 is #537F4E. Grayscale: #929292. Windows color (decimal): -5472079 or 11632812. OLE color: 11632812.

HSL color Cylindrical-coordinate representation of color #AC80B1: hue angle of 293.88º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC80B1 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172128177-
CMYK0.030.2800.31
HSL293.88º23.9%59.8%-
HSV(B)293.88º27.68%69.41%-
XYZ32.6727.3845.16-
YUV146.74145.08146.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=36.06%
G=26.83%
B=37.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721281770.030.2800.31293.8823.959.8
HexAC80B131C01F126183c
Octal2542002613340374463074
Binary101011001000000010110001111110001111110010011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80B1; }

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

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

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

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

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

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

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

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