#A16390

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

Shades of Strikemaster #A16390

Tints of Strikemaster #A16390

Color information

#A16390 (or 0xA16390) is unknown color: approx Strikemaster. HEX triplet: A1, 63 and 90. RGB value is (161,99,144). Sum of RGB (Red+Green+Blue) = 161+99+144=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A16390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16390 is #5E9C6F. Grayscale: #7A7A7A. Windows color (decimal): -6200432 or 9462689. OLE color: 9462689.

HSL color Cylindrical-coordinate representation of color #A16390: hue angle of 316.45º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16390 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16199144-
CMYK00.390.110.37
HSL316.45º24.8%50.98%-
HSV(B)316.45º38.51%63.14%-
XYZ24.1918.5128.68-
YUV122.67140.04155.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=39.85%
G=24.50%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619914400.390.110.37316.4524.850.98
HexA16390027B2513c1933
Octal24114322004713454743163
Binary101000011100011100100000100111101110010110011110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16390; }

 p { color: rgb(161,99,144); }

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

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

 a { background-color: rgb(161,99,144); }

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

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

 span { border-color: rgb(161,99,144); }

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