#A39AA4

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

Shades of London Hue #A39AA4

Tints of London Hue #A39AA4

Color information

#A39AA4 (or 0xA39AA4) is unknown color: approx London Hue. HEX triplet: A3, 9A and A4. RGB value is (163,154,164). Sum of RGB (Red+Green+Blue) = 163+154+164=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 164 - color contains mainly: blue. Hex color #A39AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39AA4 is #5C655B. Grayscale: #9D9D9D. Windows color (decimal): -6055260 or 10787491. OLE color: 10787491.

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

Color convert

RGB163154164-
CMYK0.010.0600.36
HSL294º5.21%62.35%-
HSV(B)294º6.1%64.31%-
XYZ33.3633.5839.84-
YUV157.83131.48131.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=33.89%
G=32.02%
B=34.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631541640.010.0600.362945.2162.35
HexA39AA41602412653e
Octal24323224416044446576
Binary10100011100110101010010011100100100100100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39AA4; }

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

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

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

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

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

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

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

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