#A480A9

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

Shades of Amethyst Smoke #A480A9

Tints of Amethyst Smoke #A480A9

Color information

#A480A9 (or 0xA480A9) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 80 and A9. RGB value is (164,128,169). Sum of RGB (Red+Green+Blue) = 164+128+169=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 169 - color contains mainly: blue. Hex color #A480A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A480A9 is #5B7F56. Grayscale: #8F8F8F. Windows color (decimal): -5996375 or 11108516. OLE color: 11108516.

HSL color Cylindrical-coordinate representation of color #A480A9: hue angle of 292.68º 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 #A480A9 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB164128169-
CMYK0.030.2400.34
HSL292.68º19.25%58.24%-
HSV(B)292.68º24.26%66.27%-
XYZ30.1926.241-
YUV143.44142.43142.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 169 (66.41% from 255) = 36.66%
R=35.57%
G=27.77%
B=36.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641281690.030.2400.34292.6819.2558.24
HexA480A9318022125133a
Octal2442002513300424452372
Binary1010010010000000101010011111000010001010010010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480A9; }

 p { color: rgb(164,128,169); }

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

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

 a { background-color: rgb(164,128,169); }

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

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

 span { border-color: rgb(164,128,169); }

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