#A894AC

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

Shades of London Hue #A894AC

Tints of London Hue #A894AC

Color information

#A894AC (or 0xA894AC) is unknown color: approx London Hue. HEX triplet: A8, 94 and AC. RGB value is (168,148,172). Sum of RGB (Red+Green+Blue) = 168+148+172=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #A894AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A894AC is #576B53. Grayscale: #9C9C9C. Windows color (decimal): -5729108 or 11310248. OLE color: 11310248.

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

Color convert

RGB168148172-
CMYK0.020.1400.33
HSL290º12.63%62.75%-
HSV(B)290º13.95%67.45%-
XYZ34.1832.4843.5-
YUV156.72136.63136.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.43%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=34.43%
G=30.33%
B=35.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681481720.020.1400.3329012.6362.75
HexA894AC2E021122d3f
Octal2502242542160414421577
Binary10101000100101001010110010111001000011001000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A894AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A894AC; }

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

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

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

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

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

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

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

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