#A485A9

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

Shades of Amethyst Smoke #A485A9

Tints of Amethyst Smoke #A485A9

Color information

#A485A9 (or 0xA485A9) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 85 and A9. RGB value is (164,133,169). Sum of RGB (Red+Green+Blue) = 164+133+169=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 169 - color contains mainly: blue. Hex color #A485A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A485A9 is #5B7A56. Grayscale: #929292. Windows color (decimal): -5995095 or 11109796. OLE color: 11109796.

HSL color Cylindrical-coordinate representation of color #A485A9: hue angle of 291.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A485A9 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB164133169-
CMYK0.030.2100.34
HSL291.67º17.31%59.22%-
HSV(B)291.67º21.3%66.27%-
XYZ30.8627.5341.22-
YUV146.37140.77140.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=35.19%
G=28.54%
B=36.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641331690.030.2100.34291.6717.3159.22
HexA485A9315022124113b
Octal2442052513250424442173
Binary1010010010000101101010011110101010001010010010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485A9; }

 p { color: rgb(164,133,169); }

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

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

 a { background-color: rgb(164,133,169); }

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

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

 span { border-color: rgb(164,133,169); }

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