#A181AC

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

Shades of Amethyst Smoke #A181AC

Tints of Amethyst Smoke #A181AC

Color information

#A181AC (or 0xA181AC) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 81 and AC. RGB value is (161,129,172). Sum of RGB (Red+Green+Blue) = 161+129+172=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #A181AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A181AC is #5E7E53. Grayscale: #8F8F8F. Windows color (decimal): -6192724 or 11305377. OLE color: 11305377.

HSL color Cylindrical-coordinate representation of color #A181AC: hue angle of 284.65º degrees, saturation: 0.21, 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 #A181AC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161129172-
CMYK0.060.2500.33
HSL284.65º20.57%59.02%-
HSV(B)284.65º25%67.45%-
XYZ29.9926.2642.52-
YUV143.47144.1140.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=34.85%
G=27.92%
B=37.23%

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
Decimal1611291720.060.2500.33284.6520.5759.02
HexA181AC61902111d153b
Octal2412012546310414352573
Binary10100001100000011010110011011001010000110001110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181AC; }

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

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

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

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

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

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

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

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