#A4597D

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

Shades of Strikemaster #A4597D

Tints of Strikemaster #A4597D

Color information

#A4597D (or 0xA4597D) is unknown color: approx Strikemaster. HEX triplet: A4, 59 and 7D. RGB value is (164,89,125). Sum of RGB (Red+Green+Blue) = 164+89+125=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A4597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4597D is #5BA682. Grayscale: #737373. Windows color (decimal): -6006403 or 8214948. OLE color: 8214948.

HSL color Cylindrical-coordinate representation of color #A4597D: hue angle of 331.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4597D is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16489125-
CMYK00.460.240.36
HSL331.2º29.64%49.61%-
HSV(B)331.2º45.73%64.31%-
XYZ22.5816.5221.4-
YUV115.53133.35162.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=43.39%
G=23.54%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648912500.460.240.36331.229.6449.61
HexA4597D02E182414b1e32
Octal24413117505630445133662
Binary101001001011001111110101011101100010010010100101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4597D; }

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

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

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

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

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

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

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

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