#A3547F

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

Shades of Strikemaster #A3547F

Tints of Strikemaster #A3547F

Color information

#A3547F (or 0xA3547F) is unknown color: approx Strikemaster. HEX triplet: A3, 54 and 7F. RGB value is (163,84,127). Sum of RGB (Red+Green+Blue) = 163+84+127=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3547F is #5CAB80. Grayscale: #707070. Windows color (decimal): -6073217 or 8344739. OLE color: 8344739.

HSL color Cylindrical-coordinate representation of color #A3547F: hue angle of 327.34º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3547F is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16384127-
CMYK00.480.220.36
HSL327.34º31.98%48.43%-
HSV(B)327.34º48.47%63.92%-
XYZ22.1115.6621.94-
YUV112.52136.17164-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 127 (50% from 255) = 33.96%
R=43.58%
G=22.46%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638412700.480.220.36327.3431.9848.43
HexA3547F03016241472030
Octal24312417706026445074060
Binary1010001110101001111111011000010110100100101000111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3547F; }

 p { color: rgb(163,84,127); }

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

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

 a { background-color: rgb(163,84,127); }

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

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

 span { border-color: rgb(163,84,127); }

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