#A182A9

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

Shades of Amethyst Smoke #A182A9

Tints of Amethyst Smoke #A182A9

Color information

#A182A9 (or 0xA182A9) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 82 and A9. RGB value is (161,130,169). Sum of RGB (Red+Green+Blue) = 161+130+169=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 169 - color contains mainly: blue. Hex color #A182A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A182A9 is #5E7D56. Grayscale: #8F8F8F. Windows color (decimal): -6192471 or 11109025. OLE color: 11109025.

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

Color convert

RGB161130169-
CMYK0.050.2300.34
HSL287.69º18.48%58.63%-
HSV(B)287.69º23.08%66.27%-
XYZ29.8426.4141.06-
YUV143.72142.27140.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 130 (51.17% from 255) = 28.26%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=35%
G=28.26%
B=36.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611301690.050.2300.34287.6918.4858.63
HexA182A9517022120123b
Octal2412022515270424402273
Binary10100001100000101010100110110111010001010010000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A182A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A182A9; }

 p { color: rgb(161,130,169); }

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

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

 a { background-color: rgb(161,130,169); }

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

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

 span { border-color: rgb(161,130,169); }

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