#A1658C

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

Shades of Strikemaster #A1658C

Tints of Strikemaster #A1658C

Color information

#A1658C (or 0xA1658C) is unknown color: approx Strikemaster. HEX triplet: A1, 65 and 8C. RGB value is (161,101,140). Sum of RGB (Red+Green+Blue) = 161+101+140=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1658C is #5E9A73. Grayscale: #7B7B7B. Windows color (decimal): -6199924 or 9201057. OLE color: 9201057.

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

Color convert

RGB161101140-
CMYK00.370.130.37
HSL321º24.19%51.37%-
HSV(B)321º37.27%63.14%-
XYZ24.0918.7827.17-
YUV123.39137.38154.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=40.05%
G=25.12%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110114000.370.130.3732124.1951.37
HexA1658C025D251411833
Octal24114521404515455013063
Binary101000011100101100011000100101110110010110100000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1658C; }

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

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

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

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

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

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

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

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