#A3597B

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

Shades of Strikemaster #A3597B

Tints of Strikemaster #A3597B

Color information

#A3597B (or 0xA3597B) is unknown color: approx Strikemaster. HEX triplet: A3, 59 and 7B. RGB value is (163,89,123). Sum of RGB (Red+Green+Blue) = 163+89+123=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3597B is #5CA684. Grayscale: #727272. Windows color (decimal): -6071941 or 8083875. OLE color: 8083875.

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

Color convert

RGB16389123-
CMYK00.450.250.36
HSL332.43º29.37%49.41%-
HSV(B)332.43º45.4%63.92%-
XYZ22.2516.3620.72-
YUV115132.52162.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=43.47%
G=23.73%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638912300.450.250.36332.4329.3749.41
HexA3597B02D192414c1d31
Octal24313117305531445143561
Binary101000111011001111101101011011100110010010100110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3597B; }

 p { color: rgb(163,89,123); }

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

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

 a { background-color: rgb(163,89,123); }

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

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

 span { border-color: rgb(163,89,123); }

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