#A080AA

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

Shades of Amethyst Smoke #A080AA

Tints of Amethyst Smoke #A080AA

Color information

#A080AA (or 0xA080AA) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 80 and AA. RGB value is (160,128,170). Sum of RGB (Red+Green+Blue) = 160+128+170=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A080AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080AA is #5F7F55. Grayscale: #8E8E8E. Windows color (decimal): -6258518 or 11174048. OLE color: 11174048.

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

Color convert

RGB160128170-
CMYK0.060.2500.33
HSL285.71º19.81%58.43%-
HSV(B)285.71º24.71%66.67%-
XYZ29.4725.8141.46-
YUV142.36143.6140.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=34.93%
G=27.95%
B=37.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601281700.060.2500.33285.7119.8158.43
HexA080AA61902111e143a
Octal2402002526310414362472
Binary10100000100000001010101011011001010000110001111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080AA; }

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

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

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

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

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

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

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

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