#A389A3

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

Shades of London Hue #A389A3

Tints of London Hue #A389A3

Color information

#A389A3 (or 0xA389A3) is unknown color: approx London Hue. HEX triplet: A3, 89 and A3. RGB value is (163,137,163). Sum of RGB (Red+Green+Blue) = 163+137+163=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A389A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A389A3 is #5C765C. Grayscale: #939393. Windows color (decimal): -6059613 or 10717603. OLE color: 10717603.

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

Color convert

RGB163137163-
CMYK00.1600.36
HSL300º12.38%58.82%-
HSV(B)300º15.95%63.92%-
XYZ30.6628.3238.5-
YUV147.74136.61138.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 163 (64.06% from 255) = 35.21%
R=35.21%
G=29.59%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313716300.1600.3630012.3858.82
HexA389A301002412cc3b
Octal2432112430200444541473
Binary10100011100010011010001101000001001001001011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389A3; }

 p { color: rgb(163,137,163); }

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

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

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

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

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

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

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