#A1657E

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

Shades of Strikemaster #A1657E

Tints of Strikemaster #A1657E

Color information

#A1657E (or 0xA1657E) is unknown color: approx Strikemaster. HEX triplet: A1, 65 and 7E. RGB value is (161,101,126). Sum of RGB (Red+Green+Blue) = 161+101+126=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1657E is #5E9A81. Grayscale: #797979. Windows color (decimal): -6199938 or 8283553. OLE color: 8283553.

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

Color convert

RGB161101126-
CMYK00.370.220.37
HSL335º24.19%51.37%-
HSV(B)335º37.27%63.14%-
XYZ23.1218.3922.07-
YUV121.79130.38155.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=41.49%
G=26.03%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110112600.370.220.3733524.1951.37
HexA1657E025162514f1833
Octal24114517604526455173063
Binary101000011100101111111001001011011010010110100111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1657E; }

 p { color: rgb(161,101,126); }

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

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

 a { background-color: rgb(161,101,126); }

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

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

 span { border-color: rgb(161,101,126); }

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