#A182A4

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

Shades of Amethyst Smoke #A182A4

Tints of Amethyst Smoke #A182A4

Color information

#A182A4 (or 0xA182A4) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 82 and A4. RGB value is (161,130,164). Sum of RGB (Red+Green+Blue) = 161+130+164=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 164 - color contains mainly: blue. Hex color #A182A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A182A4 is #5E7D5B. Grayscale: #8F8F8F. Windows color (decimal): -6192476 or 10781345. OLE color: 10781345.

HSL color Cylindrical-coordinate representation of color #A182A4: hue angle of 294.71º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A182A4 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB161130164-
CMYK0.020.2100.36
HSL294.71º15.74%57.65%-
HSV(B)294.71º20.73%64.31%-
XYZ29.3826.2238.63-
YUV143.15139.77140.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 164 (64.45% from 255) = 36.04%
R=35.38%
G=28.57%
B=36.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611301640.020.2100.36294.7115.7457.65
HexA182A4215024127103a
Octal2412022442250444472072
Binary1010000110000010101001001010101010010010010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A182A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A182A4; }

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

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

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

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

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

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

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

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