#A5597F

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

Shades of Strikemaster #A5597F

Tints of Strikemaster #A5597F

Color information

#A5597F (or 0xA5597F) is unknown color: approx Strikemaster. HEX triplet: A5, 59 and 7F. RGB value is (165,89,127). Sum of RGB (Red+Green+Blue) = 165+89+127=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A5597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5597F is #5AA680. Grayscale: #737373. Windows color (decimal): -5940865 or 8346021. OLE color: 8346021.

HSL color Cylindrical-coordinate representation of color #A5597F: hue angle of 330º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5597F is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16589127-
CMYK00.460.230.35
HSL330º29.92%49.8%-
HSV(B)330º46.06%64.71%-
XYZ22.9216.6822.09-
YUV116.06134.18162.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 127 (50% from 255) = 33.33%
R=43.31%
G=23.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658912700.460.230.3533029.9249.8
HexA5597F02E172314a1e32
Octal24513117705627435123662
Binary101001011011001111111101011101011110001110100101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5597F; }

 p { color: rgb(165,89,127); }

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

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

 a { background-color: rgb(165,89,127); }

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

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

 span { border-color: rgb(165,89,127); }

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