#A1567C

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

Shades of Strikemaster #A1567C

Tints of Strikemaster #A1567C

Color information

#A1567C (or 0xA1567C) is unknown color: approx Strikemaster. HEX triplet: A1, 56 and 7C. RGB value is (161,86,124). Sum of RGB (Red+Green+Blue) = 161+86+124=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1567C is #5EA983. Grayscale: #707070. Windows color (decimal): -6203780 or 8148641. OLE color: 8148641.

HSL color Cylindrical-coordinate representation of color #A1567C: hue angle of 329.6º degrees, saturation: 0.3, 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 #A1567C is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16186124-
CMYK00.470.230.37
HSL329.6º30.36%48.43%-
HSV(B)329.6º46.58%63.14%-
XYZ21.6615.6920.96-
YUV112.76134.35162.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=43.40%
G=23.18%
B=33.42%

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
Decimal1618612400.470.230.37329.630.3648.43
HexA1567C02F172514a1e30
Octal24112617405727455123660
Binary101000011010110111110001011111011110010110100101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1567C; }

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

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

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

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

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

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

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

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