#A181A9

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

Shades of Amethyst Smoke #A181A9

Tints of Amethyst Smoke #A181A9

Color information

#A181A9 (or 0xA181A9) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 81 and A9. RGB value is (161,129,169). Sum of RGB (Red+Green+Blue) = 161+129+169=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 169 - color contains mainly: blue. Hex color #A181A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A181A9 is #5E7E56. Grayscale: #8F8F8F. Windows color (decimal): -6192727 or 11108769. OLE color: 11108769.

HSL color Cylindrical-coordinate representation of color #A181A9: hue angle of 288º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A181A9 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB161129169-
CMYK0.050.2400.34
HSL288º18.87%58.43%-
HSV(B)288º23.67%66.27%-
XYZ29.7126.1441.02-
YUV143.13142.6140.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=35.08%
G=28.10%
B=36.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611291690.050.2400.3428818.8758.43
HexA181A9518022120133a
Octal2412012515300424402372
Binary10100001100000011010100110111000010001010010000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181A9; }

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

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

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

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

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

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

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

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