#A390A0

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

Shades of London Hue #A390A0

Tints of London Hue #A390A0

Color information

#A390A0 (or 0xA390A0) is unknown color: approx London Hue. HEX triplet: A3, 90 and A0. RGB value is (163,144,160). Sum of RGB (Red+Green+Blue) = 163+144+160=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A390A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A390A0 is #5C6F5F. Grayscale: #979797. Windows color (decimal): -6057824 or 10522787. OLE color: 10522787.

HSL color Cylindrical-coordinate representation of color #A390A0: hue angle of 309.47º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A390A0 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163144160-
CMYK00.120.020.36
HSL309.47º9.36%60.2%-
HSV(B)309.47º11.66%63.92%-
XYZ31.4230.2737.44-
YUV151.5132.79136.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=34.90%
G=30.84%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314416000.120.020.36309.479.3660.2
HexA390A00C22413593c
Octal2432202400142444651174
Binary10100011100100001010000001100101001001001101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A390A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A390A0; }

 p { color: rgb(163,144,160); }

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

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

 a { background-color: rgb(163,144,160); }

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

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

 span { border-color: rgb(163,144,160); }

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