#A5597E

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

Shades of Strikemaster #A5597E

Tints of Strikemaster #A5597E

Color information

#A5597E (or 0xA5597E) is unknown color: approx Strikemaster. HEX triplet: A5, 59 and 7E. RGB value is (165,89,126). Sum of RGB (Red+Green+Blue) = 165+89+126=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A5597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5597E is #5AA681. Grayscale: #737373. Windows color (decimal): -5940866 or 8280485. OLE color: 8280485.

HSL color Cylindrical-coordinate representation of color #A5597E: hue angle of 330.79º 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 #A5597E is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16589126-
CMYK00.460.240.35
HSL330.79º29.92%49.8%-
HSV(B)330.79º46.06%64.71%-
XYZ22.8616.6521.75-
YUV115.94133.68162.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=43.42%
G=23.42%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658912600.460.240.35330.7929.9249.8
HexA5597E02E182314b1e32
Octal24513117605630435133662
Binary101001011011001111111001011101100010001110100101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5597E; }

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

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

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

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

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

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

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

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