#A397A4

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

Shades of London Hue #A397A4

Tints of London Hue #A397A4

Color information

#A397A4 (or 0xA397A4) is unknown color: approx London Hue. HEX triplet: A3, 97 and A4. RGB value is (163,151,164). Sum of RGB (Red+Green+Blue) = 163+151+164=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 164 - color contains mainly: blue. Hex color #A397A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A397A4 is #5C685B. Grayscale: #9C9C9C. Windows color (decimal): -6056028 or 10786723. OLE color: 10786723.

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

Color convert

RGB163151164-
CMYK0.010.0800.36
HSL295.38º6.67%61.76%-
HSV(B)295.38º7.93%64.31%-
XYZ32.8732.639.68-
YUV156.07132.48132.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 151 (59.38% from 255) = 31.59%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=34.10%
G=31.59%
B=34.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631511640.010.0800.36295.386.6761.76
HexA397A41802412773e
Octal243227244110044447776
Binary101000111001011110100100110000100100100100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397A4; }

 p { color: rgb(163,151,164); }

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

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

 a { background-color: rgb(163,151,164); }

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

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

 span { border-color: rgb(163,151,164); }

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