#A5598E

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

Shades of Strikemaster #A5598E

Tints of Strikemaster #A5598E

Color information

#A5598E (or 0xA5598E) is unknown color: approx Strikemaster. HEX triplet: A5, 59 and 8E. RGB value is (165,89,142). Sum of RGB (Red+Green+Blue) = 165+89+142=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A5598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5598E is #5AA671. Grayscale: #757575. Windows color (decimal): -5940850 or 9329061. OLE color: 9329061.

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

Color convert

RGB16589142-
CMYK00.460.140.35
HSL318.16º29.92%49.8%-
HSV(B)318.16º46.06%64.71%-
XYZ23.9717.127.63-
YUV117.77141.68161.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=41.67%
G=22.47%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658914200.460.140.35318.1629.9249.8
HexA5598E02EE2313e1e32
Octal24513121605616434763662
Binary101001011011001100011100101110111010001110011111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5598E; }

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

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

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

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

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

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

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

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