#A181AB

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

Shades of Amethyst Smoke #A181AB

Tints of Amethyst Smoke #A181AB

Color information

#A181AB (or 0xA181AB) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 81 and AB. RGB value is (161,129,171). Sum of RGB (Red+Green+Blue) = 161+129+171=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A181AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A181AB is #5E7E54. Grayscale: #8F8F8F. Windows color (decimal): -6192725 or 11239841. OLE color: 11239841.

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

Color convert

RGB161129171-
CMYK0.060.2500.33
HSL285.71º20%58.82%-
HSV(B)285.71º24.56%67.06%-
XYZ29.926.2242.01-
YUV143.36143.6140.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=34.92%
G=27.98%
B=37.09%

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
Decimal1611291710.060.2500.33285.712058.82
HexA181AB61902111e143b
Octal2412012536310414362473
Binary10100001100000011010101111011001010000110001111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181AB; }

 p { color: rgb(161,129,171); }

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

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

 a { background-color: rgb(161,129,171); }

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

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

 span { border-color: rgb(161,129,171); }

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