#A396A2

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

Shades of London Hue #A396A2

Tints of London Hue #A396A2

Color information

#A396A2 (or 0xA396A2) is unknown color: approx London Hue. HEX triplet: A3, 96 and A2. RGB value is (163,150,162). Sum of RGB (Red+Green+Blue) = 163+150+162=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 163 - color contains mainly: red. Hex color #A396A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A396A2 is #5C695D. Grayscale: #9B9B9B. Windows color (decimal): -6056286 or 10655395. OLE color: 10655395.

HSL color Cylindrical-coordinate representation of color #A396A2: hue angle of 304.62º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A396A2 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB163150162-
CMYK00.080.010.36
HSL304.62º6.6%61.37%-
HSV(B)304.62º7.98%63.92%-
XYZ32.5332.2138.68-
YUV155.25131.81133.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=34.32%
G=31.58%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315016200.080.010.36304.626.661.37
HexA396A20812413173d
Octal243226242010144461775
Binary101000111001011010100010010001100100100110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396A2; }

 p { color: rgb(163,150,162); }

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

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

 a { background-color: rgb(163,150,162); }

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

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

 span { border-color: rgb(163,150,162); }

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