#A398A5

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

Shades of London Hue #A398A5

Tints of London Hue #A398A5

Color information

#A398A5 (or 0xA398A5) is unknown color: approx London Hue. HEX triplet: A3, 98 and A5. RGB value is (163,152,165). Sum of RGB (Red+Green+Blue) = 163+152+165=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 165 - color contains mainly: blue. Hex color #A398A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A398A5 is #5C675A. Grayscale: #9C9C9C. Windows color (decimal): -6055771 or 10852515. OLE color: 10852515.

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

Color convert

RGB163152165-
CMYK0.010.0800.35
HSL290.77º6.74%62.16%-
HSV(B)290.77º7.88%64.71%-
XYZ33.1232.9640.21-
YUV156.77132.64132.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=33.96%
G=31.67%
B=34.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631521650.010.0800.35290.776.7462.16
HexA398A51802312373e
Octal243230245110043443776
Binary101000111001100010100101110000100011100100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398A5; }

 p { color: rgb(163,152,165); }

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

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

 a { background-color: rgb(163,152,165); }

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

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

 span { border-color: rgb(163,152,165); }

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