#A891AC

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

Shades of London Hue #A891AC

Tints of London Hue #A891AC

Color information

#A891AC (or 0xA891AC) is unknown color: approx London Hue. HEX triplet: A8, 91 and AC. RGB value is (168,145,172). Sum of RGB (Red+Green+Blue) = 168+145+172=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #A891AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A891AC is #576E53. Grayscale: #9A9A9A. Windows color (decimal): -5729876 or 11309480. OLE color: 11309480.

HSL color Cylindrical-coordinate representation of color #A891AC: hue angle of 291.11º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A891AC is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168145172-
CMYK0.020.1600.33
HSL291.11º13.99%62.16%-
HSV(B)291.11º15.7%67.45%-
XYZ33.7231.5543.34-
YUV154.95137.62137.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 145 (57.03% from 255) = 29.90%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=34.64%
G=29.90%
B=35.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681451720.020.1600.33291.1113.9962.16
HexA891AC210021123e3e
Octal2502212542200414431676
Binary101010001001000110101100101000001000011001000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A891AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A891AC; }

 p { color: rgb(168,145,172); }

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

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

 a { background-color: rgb(168,145,172); }

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

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

 span { border-color: rgb(168,145,172); }

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