#A1557C

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

Shades of Strikemaster #A1557C

Tints of Strikemaster #A1557C

Color information

#A1557C (or 0xA1557C) is unknown color: approx Strikemaster. HEX triplet: A1, 55 and 7C. RGB value is (161,85,124). Sum of RGB (Red+Green+Blue) = 161+85+124=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1557C is #5EAA83. Grayscale: #707070. Windows color (decimal): -6204036 or 8148385. OLE color: 8148385.

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

Color convert

RGB16185124-
CMYK00.470.230.37
HSL329.21º30.89%48.24%-
HSV(B)329.21º47.2%63.14%-
XYZ21.5815.5320.93-
YUV112.17134.68162.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.51%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=43.51%
G=22.97%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618512400.470.230.37329.2130.8948.24
HexA1557C02F17251491f30
Octal24112517405727455113760
Binary101000011010101111110001011111011110010110100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1557C; }

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

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

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

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

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

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

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

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