#A399A2

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

Shades of London Hue #A399A2

Tints of London Hue #A399A2

Color information

#A399A2 (or 0xA399A2) is unknown color: approx London Hue. HEX triplet: A3, 99 and A2. RGB value is (163,153,162). Sum of RGB (Red+Green+Blue) = 163+153+162=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 163 - color contains mainly: red. Hex color #A399A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399A2 is #5C665D. Grayscale: #9C9C9C. Windows color (decimal): -6055518 or 10656163. OLE color: 10656163.

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

Color convert

RGB163153162-
CMYK00.060.010.36
HSL306º5.15%61.96%-
HSV(B)306º6.13%63.92%-
XYZ33.0233.1838.85-
YUV157.02130.81132.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 162 (63.67% from 255) = 33.89%
R=34.10%
G=32.01%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315316200.060.010.363065.1561.96
HexA399A20612413253e
Octal24323124206144462576
Binary10100011100110011010001001101100100100110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399A2; }

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

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

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

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

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

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

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

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