#A2597E

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

Shades of Strikemaster #A2597E

Tints of Strikemaster #A2597E

Color information

#A2597E (or 0xA2597E) is unknown color: approx Strikemaster. HEX triplet: A2, 59 and 7E. RGB value is (162,89,126). Sum of RGB (Red+Green+Blue) = 162+89+126=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2597E is #5DA681. Grayscale: #727272. Windows color (decimal): -6137474 or 8280482. OLE color: 8280482.

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

Color convert

RGB16289126-
CMYK00.450.220.36
HSL329.59º29.08%49.22%-
HSV(B)329.59º45.06%63.53%-
XYZ22.2416.3321.72-
YUV115.04134.18161.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=42.97%
G=23.61%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628912600.450.220.36329.5929.0849.22
HexA2597E02D162414a1d31
Octal24213117605526445123561
Binary101000101011001111111001011011011010010010100101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2597E; }

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

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

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

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

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

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

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

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