#A890AA

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

Shades of London Hue #A890AA

Tints of London Hue #A890AA

Color information

#A890AA (or 0xA890AA) is unknown color: approx London Hue. HEX triplet: A8, 90 and AA. RGB value is (168,144,170). Sum of RGB (Red+Green+Blue) = 168+144+170=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 170 - color contains mainly: blue. Hex color #A890AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A890AA is #576F55. Grayscale: #9A9A9A. Windows color (decimal): -5730134 or 11178152. OLE color: 11178152.

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

Color convert

RGB168144170-
CMYK0.010.1500.33
HSL295.38º13.27%61.57%-
HSV(B)295.38º15.29%66.67%-
XYZ33.3831.1742.29-
YUV154.14136.95137.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=34.85%
G=29.88%
B=35.27%

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
Decimal1681441700.010.1500.33295.3813.2761.57
HexA890AA1F021127d3e
Octal2502202521170414471576
Binary1010100010010000101010101111101000011001001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A890AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A890AA; }

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

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

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

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

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

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

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

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