#A16380

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

Shades of Strikemaster #A16380

Tints of Strikemaster #A16380

Color information

#A16380 (or 0xA16380) is unknown color: approx Strikemaster. HEX triplet: A1, 63 and 80. RGB value is (161,99,128). Sum of RGB (Red+Green+Blue) = 161+99+128=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A16380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16380 is #5E9C7F. Grayscale: #787878. Windows color (decimal): -6200448 or 8414113. OLE color: 8414113.

HSL color Cylindrical-coordinate representation of color #A16380: hue angle of 331.94º 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 #A16380 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB16199128-
CMYK00.390.200.37
HSL331.94º24.8%50.98%-
HSV(B)331.94º38.51%63.14%-
XYZ23.0618.0622.69-
YUV120.84132.04156.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=41.49%
G=25.52%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619912800.390.200.37331.9424.850.98
HexA16380027142514c1933
Octal24114320004724455143163
Binary1010000111000111000000001001111010010010110100110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16380; }

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

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

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

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

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

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

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

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