#A795A9

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

Shades of London Hue #A795A9

Tints of London Hue #A795A9

Color information

#A795A9 (or 0xA795A9) is unknown color: approx London Hue. HEX triplet: A7, 95 and A9. RGB value is (167,149,169). Sum of RGB (Red+Green+Blue) = 167+149+169=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 169 - color contains mainly: blue. Hex color #A795A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A795A9 is #586A56. Grayscale: #9C9C9C. Windows color (decimal): -5794391 or 11113895. OLE color: 11113895.

HSL color Cylindrical-coordinate representation of color #A795A9: hue angle of 294º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A795A9 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB167149169-
CMYK0.010.1200.34
HSL294º10.42%62.35%-
HSV(B)294º11.83%66.27%-
XYZ33.8532.5742.04-
YUV156.66134.96135.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=34.43%
G=30.72%
B=34.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1671491690.010.1200.3429410.4262.35
HexA795A91C022126a3e
Octal2472252511140424461276
Binary1010011110010101101010011110001000101001001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795A9; }

 p { color: rgb(167,149,169); }

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

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

 a { background-color: rgb(167,149,169); }

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

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

 span { border-color: rgb(167,149,169); }

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