#A894AA

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

Shades of London Hue #A894AA

Tints of London Hue #A894AA

Color information

#A894AA (or 0xA894AA) is unknown color: approx London Hue. HEX triplet: A8, 94 and AA. RGB value is (168,148,170). Sum of RGB (Red+Green+Blue) = 168+148+170=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 170 - color contains mainly: blue. Hex color #A894AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A894AA is #576B55. Grayscale: #9C9C9C. Windows color (decimal): -5729110 or 11179176. OLE color: 11179176.

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

Color convert

RGB168148170-
CMYK0.010.1300.33
HSL294.55º11.46%62.35%-
HSV(B)294.55º12.94%66.67%-
XYZ33.9932.4142.49-
YUV156.49135.63136.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=34.57%
G=30.45%
B=34.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681481700.010.1300.33294.5511.4662.35
HexA894AA1D021127b3e
Octal2502242521150414471376
Binary1010100010010100101010101110101000011001001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A894AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A894AA; }

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

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

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

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

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

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

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

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