#A3557E

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

Shades of Strikemaster #A3557E

Tints of Strikemaster #A3557E

Color information

#A3557E (or 0xA3557E) is unknown color: approx Strikemaster. HEX triplet: A3, 55 and 7E. RGB value is (163,85,126). Sum of RGB (Red+Green+Blue) = 163+85+126=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3557E is #5CAA81. Grayscale: #707070. Windows color (decimal): -6072962 or 8279459. OLE color: 8279459.

HSL color Cylindrical-coordinate representation of color #A3557E: hue angle of 328.46º 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 #A3557E is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16385126-
CMYK00.480.230.36
HSL328.46º31.45%48.63%-
HSV(B)328.46º47.85%63.92%-
XYZ22.1215.7921.62-
YUV113135.34163.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=43.58%
G=22.73%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638512600.480.230.36328.4631.4548.63
HexA3557E03017241481f31
Octal24312517606027445103761
Binary101000111010101111111001100001011110010010100100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3557E; }

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

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

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

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

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

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

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

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