#A3557F

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

Shades of Strikemaster #A3557F

Tints of Strikemaster #A3557F

Color information

#A3557F (or 0xA3557F) is unknown color: approx Strikemaster. HEX triplet: A3, 55 and 7F. RGB value is (163,85,127). Sum of RGB (Red+Green+Blue) = 163+85+127=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3557F is #5CAA80. Grayscale: #717171. Windows color (decimal): -6072961 or 8344995. OLE color: 8344995.

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

Color convert

RGB16385127-
CMYK00.480.220.36
HSL327.69º31.45%48.63%-
HSV(B)327.69º47.85%63.92%-
XYZ22.1815.8221.96-
YUV113.11135.84163.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 127 (50% from 255) = 33.87%
R=43.47%
G=22.67%
B=33.87%

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
Decimal1638512700.480.220.36327.6931.4548.63
HexA3557F03016241481f31
Octal24312517706026445103761
Binary101000111010101111111101100001011010010010100100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3557F; }

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

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

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

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

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

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

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

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