#A4588E

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

Shades of Strikemaster #A4588E

Tints of Strikemaster #A4588E

Color information

#A4588E (or 0xA4588E) is unknown color: approx Strikemaster. HEX triplet: A4, 58 and 8E. RGB value is (164,88,142). Sum of RGB (Red+Green+Blue) = 164+88+142=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A4588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4588E is #5BA771. Grayscale: #747474. Windows color (decimal): -6006642 or 9328804. OLE color: 9328804.

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

Color convert

RGB16488142-
CMYK00.460.130.36
HSL317.37º30.16%49.41%-
HSV(B)317.37º46.34%64.31%-
XYZ23.6816.8227.59-
YUV116.88142.18161.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=41.62%
G=22.34%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648814200.460.130.36317.3730.1649.41
HexA4588E02ED2413d1e31
Octal24413021605615444753661
Binary101001001011000100011100101110110110010010011110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4588E; }

 p { color: rgb(164,88,142); }

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

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

 a { background-color: rgb(164,88,142); }

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

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

 span { border-color: rgb(164,88,142); }

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