#A890AB

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

Shades of London Hue #A890AB

Tints of London Hue #A890AB

Color information

#A890AB (or 0xA890AB) is unknown color: approx London Hue. HEX triplet: A8, 90 and AB. RGB value is (168,144,171). Sum of RGB (Red+Green+Blue) = 168+144+171=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A890AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A890AB is #576F54. Grayscale: #9A9A9A. Windows color (decimal): -5730133 or 11243688. OLE color: 11243688.

HSL color Cylindrical-coordinate representation of color #A890AB: hue angle of 293.33º 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 #A890AB is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168144171-
CMYK0.020.1600.33
HSL293.33º13.85%61.76%-
HSV(B)293.33º15.79%67.06%-
XYZ33.4731.2142.79-
YUV154.25137.45137.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=34.78%
G=29.81%
B=35.40%

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
Decimal1681441710.020.1600.33293.3313.8561.76
HexA890AB210021125e3e
Octal2502202532200414451676
Binary101010001001000010101011101000001000011001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890AB; }

 p { color: rgb(168,144,171); }

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

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

 a { background-color: rgb(168,144,171); }

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

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

 span { border-color: rgb(168,144,171); }

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