#A180AC

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

Shades of Amethyst Smoke #A180AC

Tints of Amethyst Smoke #A180AC

Color information

#A180AC (or 0xA180AC) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 80 and AC. RGB value is (161,128,172). Sum of RGB (Red+Green+Blue) = 161+128+172=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A180AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A180AC is #5E7F53. Grayscale: #8E8E8E. Windows color (decimal): -6192980 or 11305121. OLE color: 11305121.

HSL color Cylindrical-coordinate representation of color #A180AC: hue angle of 285º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A180AC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161128172-
CMYK0.060.2600.33
HSL285º20.95%58.82%-
HSV(B)285º25.58%67.45%-
XYZ29.8625.9942.47-
YUV142.88144.43140.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=34.92%
G=27.77%
B=37.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611281720.060.2600.3328520.9558.82
HexA180AC61A02111d153b
Octal2412002546320414352573
Binary10100001100000001010110011011010010000110001110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A180AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A180AC; }

 p { color: rgb(161,128,172); }

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

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

 a { background-color: rgb(161,128,172); }

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

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

 span { border-color: rgb(161,128,172); }

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