#A790AA

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

Shades of London Hue #A790AA

Tints of London Hue #A790AA

Color information

#A790AA (or 0xA790AA) is unknown color: approx London Hue. HEX triplet: A7, 90 and AA. RGB value is (167,144,170). Sum of RGB (Red+Green+Blue) = 167+144+170=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: blue. Hex color #A790AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A790AA is #586F55. Grayscale: #999999. Windows color (decimal): -5795670 or 11178151. OLE color: 11178151.

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

Color convert

RGB167144170-
CMYK0.020.1500.33
HSL293.08º13.27%61.57%-
HSV(B)293.08º15.29%66.67%-
XYZ33.1731.0642.28-
YUV153.84137.12137.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=34.72%
G=29.94%
B=35.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671441700.020.1500.33293.0813.2761.57
HexA790AA2F021125d3e
Octal2472202522170414451576
Binary10100111100100001010101010111101000011001001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A790AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A790AA; }

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

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

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

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

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

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

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

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