#A181A4

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

Shades of Amethyst Smoke #A181A4

Tints of Amethyst Smoke #A181A4

Color information

#A181A4 (or 0xA181A4) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 81 and A4. RGB value is (161,129,164). Sum of RGB (Red+Green+Blue) = 161+129+164=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 164 - color contains mainly: blue. Hex color #A181A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A181A4 is #5E7E5B. Grayscale: #8E8E8E. Windows color (decimal): -6192732 or 10781089. OLE color: 10781089.

HSL color Cylindrical-coordinate representation of color #A181A4: hue angle of 294.86º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A181A4 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB161129164-
CMYK0.020.2100.36
HSL294.86º16.13%57.45%-
HSV(B)294.86º21.34%64.31%-
XYZ29.2525.9638.59-
YUV142.56140.1141.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=35.46%
G=28.41%
B=36.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611291640.020.2100.36294.8616.1357.45
HexA181A42150241271039
Octal2412012442250444472071
Binary1010000110000001101001001010101010010010010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181A4; }

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

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

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

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

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

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

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

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