#A891AA

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

Shades of London Hue #A891AA

Tints of London Hue #A891AA

Color information

#A891AA (or 0xA891AA) is unknown color: approx London Hue. HEX triplet: A8, 91 and AA. RGB value is (168,145,170). Sum of RGB (Red+Green+Blue) = 168+145+170=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: blue. Hex color #A891AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A891AA is #576E55. Grayscale: #9A9A9A. Windows color (decimal): -5729878 or 11178408. OLE color: 11178408.

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

Color convert

RGB168145170-
CMYK0.010.1500.33
HSL295.2º12.82%61.76%-
HSV(B)295.2º14.71%66.67%-
XYZ33.5331.4842.34-
YUV154.73136.62137.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=34.78%
G=30.02%
B=35.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681451700.010.1500.33295.212.8261.76
HexA891AA1F021127d3e
Octal2502212521170414471576
Binary1010100010010001101010101111101000011001001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A891AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A891AA; }

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

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

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

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

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

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

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

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