#A39AA5

Color #A39AA5 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #A39AA5

Tints of Amethyst Smoke #A39AA5

Color information

#A39AA5 (or 0xA39AA5) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 9A and A5. RGB value is (163,154,165). Sum of RGB (Red+Green+Blue) = 163+154+165=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 165 - color contains mainly: blue. Hex color #A39AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39AA5 is #5C655A. Grayscale: #9D9D9D. Windows color (decimal): -6055259 or 10853027. OLE color: 10853027.

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

Color convert

RGB163154165-
CMYK0.010.0700.35
HSL289.09º5.76%62.55%-
HSV(B)289.09º6.67%64.71%-
XYZ33.4533.6140.32-
YUV157.94131.98131.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=33.82%
G=31.95%
B=34.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631541650.010.0700.35289.095.7662.55
HexA39AA51702312163f
Octal24323224517043441677
Binary10100011100110101010010111110100011100100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39AA5; }

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

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

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

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

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

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

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

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