#A2597D

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

Shades of Strikemaster #A2597D

Tints of Strikemaster #A2597D

Color information

#A2597D (or 0xA2597D) is unknown color: approx Strikemaster. HEX triplet: A2, 59 and 7D. RGB value is (162,89,125). Sum of RGB (Red+Green+Blue) = 162+89+125=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2597D is #5DA682. Grayscale: #727272. Windows color (decimal): -6137475 or 8214946. OLE color: 8214946.

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

Color convert

RGB16289125-
CMYK00.450.230.36
HSL330.41º29.08%49.22%-
HSV(B)330.41º45.06%63.53%-
XYZ22.1716.3121.38-
YUV114.93133.68161.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=43.09%
G=23.67%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628912500.450.230.36330.4129.0849.22
HexA2597D02D172414a1d31
Octal24213117505527445123561
Binary101000101011001111110101011011011110010010100101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2597D; }

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

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

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

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

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

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

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

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