#A180AD

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

Shades of Amethyst Smoke #A180AD

Tints of Amethyst Smoke #A180AD

Color information

#A180AD (or 0xA180AD) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 80 and AD. RGB value is (161,128,173). Sum of RGB (Red+Green+Blue) = 161+128+173=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #A180AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A180AD is #5E7F52. Grayscale: #8E8E8E. Windows color (decimal): -6192979 or 11370657. OLE color: 11370657.

HSL color Cylindrical-coordinate representation of color #A180AD: hue angle of 284º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A180AD is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161128173-
CMYK0.070.2600.32
HSL284º21.53%59.02%-
HSV(B)284º26.01%67.84%-
XYZ29.9626.0342.98-
YUV143144.93140.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=34.85%
G=27.71%
B=37.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611281730.070.2600.3228421.5359.02
HexA180AD71A02011c163b
Octal2412002557320404342673
Binary10100001100000001010110111111010010000010001110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A180AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A180AD; }

 p { color: rgb(161,128,173); }

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

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

 a { background-color: rgb(161,128,173); }

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

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

 span { border-color: rgb(161,128,173); }

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