#A1587C

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

Shades of Strikemaster #A1587C

Tints of Strikemaster #A1587C

Color information

#A1587C (or 0xA1587C) is unknown color: approx Strikemaster. HEX triplet: A1, 58 and 7C. RGB value is (161,88,124). Sum of RGB (Red+Green+Blue) = 161+88+124=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1587C is #5EA783. Grayscale: #717171. Windows color (decimal): -6203268 or 8149153. OLE color: 8149153.

HSL color Cylindrical-coordinate representation of color #A1587C: hue angle of 330.41º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1587C is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16188124-
CMYK00.450.230.37
HSL330.41º29.32%48.82%-
HSV(B)330.41º45.34%63.14%-
XYZ21.8316.0121.01-
YUV113.93133.68161.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=43.16%
G=23.59%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618812400.450.230.37330.4129.3248.82
HexA1587C02D172514a1d31
Octal24113017405527455123561
Binary101000011011000111110001011011011110010110100101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1587C; }

 p { color: rgb(161,88,124); }

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

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

 a { background-color: rgb(161,88,124); }

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

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

 span { border-color: rgb(161,88,124); }

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