#9181A3

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

Shades of Amethyst Smoke #9181A3

Tints of Amethyst Smoke #9181A3

Color information

#9181A3 (or 0x9181A3) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 81 and A3. RGB value is (145,129,163). Sum of RGB (Red+Green+Blue) = 145+129+163=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 163 - color contains mainly: blue. Hex color #9181A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9181A3 is #6E7E5C. Grayscale: #898989. Windows color (decimal): -7241309 or 10715537. OLE color: 10715537.

HSL color Cylindrical-coordinate representation of color #9181A3: hue angle of 268.24º 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 #9181A3 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB145129163-
CMYK0.110.2100.36
HSL268.24º15.6%57.25%-
HSV(B)268.24º20.86%63.92%-
XYZ26.1424.3637.98-
YUV137.66142.3133.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 129 (50.78% from 255) = 29.52%
BLUE value IS 163 (64.06% from 255) = 37.30%
R=33.18%
G=29.52%
B=37.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451291630.110.2100.36268.2415.657.25
Hex9181A3B1502410c1039
Octal22120124313250444142071
Binary100100011000000110100011101110101010010010000110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9181A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9181A3; }

 p { color: rgb(145,129,163); }

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

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

 a { background-color: rgb(145,129,163); }

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

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

 span { border-color: rgb(145,129,163); }

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