#A080AC

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

Shades of Amethyst Smoke #A080AC

Tints of Amethyst Smoke #A080AC

Color information

#A080AC (or 0xA080AC) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 80 and AC. RGB value is (160,128,172). Sum of RGB (Red+Green+Blue) = 160+128+172=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #A080AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080AC is #5F7F53. Grayscale: #8E8E8E. Windows color (decimal): -6258516 or 11305120. OLE color: 11305120.

HSL color Cylindrical-coordinate representation of color #A080AC: hue angle of 283.64º 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 #A080AC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160128172-
CMYK0.070.2600.33
HSL283.64º20.95%58.82%-
HSV(B)283.64º25.58%67.45%-
XYZ29.6625.8942.46-
YUV142.58144.6140.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=34.78%
G=27.83%
B=37.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601281720.070.2600.33283.6420.9558.82
HexA080AC71A02111c153b
Octal2402002547320414342573
Binary10100000100000001010110011111010010000110001110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080AC; }

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

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

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

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

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

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

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

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