#A2597F

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

Shades of Strikemaster #A2597F

Tints of Strikemaster #A2597F

Color information

#A2597F (or 0xA2597F) is unknown color: approx Strikemaster. HEX triplet: A2, 59 and 7F. RGB value is (162,89,127). Sum of RGB (Red+Green+Blue) = 162+89+127=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A2597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2597F is #5DA680. Grayscale: #737373. Windows color (decimal): -6137473 or 8346018. OLE color: 8346018.

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

Color convert

RGB16289127-
CMYK00.450.220.36
HSL328.77º29.08%49.22%-
HSV(B)328.77º45.06%63.53%-
XYZ22.316.3622.06-
YUV115.16134.68161.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 127 (50% from 255) = 33.60%
R=42.86%
G=23.54%
B=33.60%

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
Decimal1628912700.450.220.36328.7729.0849.22
HexA2597F02D16241491d31
Octal24213117705526445113561
Binary101000101011001111111101011011011010010010100100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2597F; }

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

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

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

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

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

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

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

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