#A1547C

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

Shades of Strikemaster #A1547C

Tints of Strikemaster #A1547C

Color information

#A1547C (or 0xA1547C) is unknown color: approx Strikemaster. HEX triplet: A1, 54 and 7C. RGB value is (161,84,124). Sum of RGB (Red+Green+Blue) = 161+84+124=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1547C is #5EAB83. Grayscale: #6F6F6F. Windows color (decimal): -6204292 or 8148129. OLE color: 8148129.

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

Color convert

RGB16184124-
CMYK00.480.230.37
HSL328.83º31.43%48.04%-
HSV(B)328.83º47.83%63.14%-
XYZ21.5115.3720.9-
YUV111.58135.01163.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=43.63%
G=22.76%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618412400.480.230.37328.8331.4348.04
HexA1547C03017251491f30
Octal24112417406027455113760
Binary101000011010100111110001100001011110010110100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1547C; }

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

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

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

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

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

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

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

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