#A16384

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

Shades of Strikemaster #A16384

Tints of Strikemaster #A16384

Color information

#A16384 (or 0xA16384) is unknown color: approx Strikemaster. HEX triplet: A1, 63 and 84. RGB value is (161,99,132). Sum of RGB (Red+Green+Blue) = 161+99+132=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A16384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16384 is #5E9C7B. Grayscale: #797979. Windows color (decimal): -6200444 or 8676257. OLE color: 8676257.

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

Color convert

RGB16199132-
CMYK00.390.180.37
HSL328.06º24.8%50.98%-
HSV(B)328.06º38.51%63.14%-
XYZ23.3218.1724.11-
YUV121.3134.04156.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=41.07%
G=25.26%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619913200.390.180.37328.0624.850.98
HexA1638402712251481933
Octal24114320404722455103163
Binary1010000111000111000010001001111001010010110100100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16384; }

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

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

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

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

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

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

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

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