#A084A9

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

Shades of Amethyst Smoke #A084A9

Tints of Amethyst Smoke #A084A9

Color information

#A084A9 (or 0xA084A9) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 84 and A9. RGB value is (160,132,169). Sum of RGB (Red+Green+Blue) = 160+132+169=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 169 - color contains mainly: blue. Hex color #A084A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A084A9 is #5F7B56. Grayscale: #909090. Windows color (decimal): -6257495 or 11109536. OLE color: 11109536.

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

Color convert

RGB160132169-
CMYK0.050.2200.34
HSL285.41º17.7%59.02%-
HSV(B)285.41º21.89%66.27%-
XYZ29.9126.8441.14-
YUV144.59141.78138.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 169 (66.41% from 255) = 36.66%
R=34.71%
G=28.63%
B=36.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601321690.050.2200.34285.4117.759.02
HexA084A951602211d123b
Octal2402042515260424352273
Binary10100000100001001010100110110110010001010001110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A084A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A084A9; }

 p { color: rgb(160,132,169); }

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

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

 a { background-color: rgb(160,132,169); }

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

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

 span { border-color: rgb(160,132,169); }

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