#A480AC

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

Shades of Amethyst Smoke #A480AC

Tints of Amethyst Smoke #A480AC

Color information

#A480AC (or 0xA480AC) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 80 and AC. RGB value is (164,128,172). Sum of RGB (Red+Green+Blue) = 164+128+172=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #A480AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A480AC is #5B7F53. Grayscale: #8F8F8F. Windows color (decimal): -5996372 or 11305124. OLE color: 11305124.

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

Color convert

RGB164128172-
CMYK0.050.2600.33
HSL289.09º20.95%58.82%-
HSV(B)289.09º25.58%67.45%-
XYZ30.4826.3142.5-
YUV143.78143.93142.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=35.34%
G=27.59%
B=37.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641281720.050.2600.33289.0920.9558.82
HexA480AC51A021121153b
Octal2442002545320414412573
Binary10100100100000001010110010111010010000110010000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480AC; }

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

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

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

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

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

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

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

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