#A398A4

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

Shades of London Hue #A398A4

Tints of London Hue #A398A4

Color information

#A398A4 (or 0xA398A4) is unknown color: approx London Hue. HEX triplet: A3, 98 and A4. RGB value is (163,152,164). Sum of RGB (Red+Green+Blue) = 163+152+164=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 164 - color contains mainly: blue. Hex color #A398A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A398A4 is #5C675B. Grayscale: #9C9C9C. Windows color (decimal): -6055772 or 10786979. OLE color: 10786979.

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

Color convert

RGB163152164-
CMYK0.010.0700.36
HSL295º6.19%61.96%-
HSV(B)295º7.32%64.31%-
XYZ33.0332.9239.74-
YUV156.66132.14132.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 152 (59.77% from 255) = 31.73%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=34.03%
G=31.73%
B=34.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631521640.010.0700.362956.1961.96
HexA398A41702412763e
Octal24323024417044447676
Binary10100011100110001010010011110100100100100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398A4; }

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

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

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

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

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

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

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

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