#A389A1

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

Shades of London Hue #A389A1

Tints of London Hue #A389A1

Color information

#A389A1 (or 0xA389A1) is unknown color: approx London Hue. HEX triplet: A3, 89 and A1. RGB value is (163,137,161). Sum of RGB (Red+Green+Blue) = 163+137+161=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 163 - color contains mainly: red. Hex color #A389A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A389A1 is #5C765E. Grayscale: #939393. Windows color (decimal): -6059615 or 10586531. OLE color: 10586531.

HSL color Cylindrical-coordinate representation of color #A389A1: hue angle of 304.62º 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 #A389A1 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB163137161-
CMYK00.160.010.36
HSL304.62º12.38%58.82%-
HSV(B)304.62º15.95%63.92%-
XYZ30.4828.2537.56-
YUV147.51135.61139.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 161 (63.28% from 255) = 34.92%
R=35.36%
G=29.72%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313716100.160.010.36304.6212.3858.82
HexA389A1010124131c3b
Octal2432112410201444611473
Binary10100011100010011010000101000011001001001100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389A1; }

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

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

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

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

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

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

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

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