#A184A4

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

Shades of Amethyst Smoke #A184A4

Tints of Amethyst Smoke #A184A4

Color information

#A184A4 (or 0xA184A4) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 84 and A4. RGB value is (161,132,164). Sum of RGB (Red+Green+Blue) = 161+132+164=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 164 - color contains mainly: blue. Hex color #A184A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A184A4 is #5E7B5B. Grayscale: #909090. Windows color (decimal): -6191964 or 10781857. OLE color: 10781857.

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

Color convert

RGB161132164-
CMYK0.020.2000.36
HSL294.38º14.95%58.04%-
HSV(B)294.38º19.51%64.31%-
XYZ29.6526.7638.72-
YUV144.32139.11139.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=35.23%
G=28.88%
B=35.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611321640.020.2000.36294.3814.9558.04
HexA184A4214024126f3a
Octal2412042442240444461772
Binary101000011000010010100100101010001001001001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A184A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A184A4; }

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

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

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

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

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

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

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

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