#A1608E

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

Shades of Strikemaster #A1608E

Tints of Strikemaster #A1608E

Color information

#A1608E (or 0xA1608E) is unknown color: approx Strikemaster. HEX triplet: A1, 60 and 8E. RGB value is (161,96,142). Sum of RGB (Red+Green+Blue) = 161+96+142=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1608E is #5E9F71. Grayscale: #787878. Windows color (decimal): -6201202 or 9330849. OLE color: 9330849.

HSL color Cylindrical-coordinate representation of color #A1608E: hue angle of 317.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1608E is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16196142-
CMYK00.400.120.37
HSL317.54º25.69%50.39%-
HSV(B)317.54º40.37%63.14%-
XYZ23.7617.927.79-
YUV120.68140.03156.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=40.35%
G=24.06%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619614200.400.120.37317.5425.6950.39
HexA1608E028C2513e1a32
Octal24114021605014454763262
Binary101000011100000100011100101000110010010110011111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1608E; }

 p { color: rgb(161,96,142); }

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

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

 a { background-color: rgb(161,96,142); }

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

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

 span { border-color: rgb(161,96,142); }

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