#A080A8

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

Shades of Amethyst Smoke #A080A8

Tints of Amethyst Smoke #A080A8

Color information

#A080A8 (or 0xA080A8) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 80 and A8. RGB value is (160,128,168). Sum of RGB (Red+Green+Blue) = 160+128+168=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 168 - color contains mainly: blue. Hex color #A080A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080A8 is #5F7F57. Grayscale: #8E8E8E. Windows color (decimal): -6258520 or 11042976. OLE color: 11042976.

HSL color Cylindrical-coordinate representation of color #A080A8: hue angle of 288º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A080A8 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB160128168-
CMYK0.050.2400.34
HSL288º18.69%58.04%-
HSV(B)288º23.81%65.88%-
XYZ29.2825.7440.47-
YUV142.13142.6140.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 168 (66.02% from 255) = 36.84%
R=35.09%
G=28.07%
B=36.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601281680.050.2400.3428818.6958.04
HexA080A8518022120133a
Octal2402002505300424402372
Binary10100000100000001010100010111000010001010010000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080A8; }

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

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

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

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

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

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

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

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