#A4588C

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

Shades of Strikemaster #A4588C

Tints of Strikemaster #A4588C

Color information

#A4588C (or 0xA4588C) is unknown color: approx Strikemaster. HEX triplet: A4, 58 and 8C. RGB value is (164,88,140). Sum of RGB (Red+Green+Blue) = 164+88+140=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4588C is #5BA773. Grayscale: #747474. Windows color (decimal): -6006644 or 9197732. OLE color: 9197732.

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

Color convert

RGB16488140-
CMYK00.460.150.36
HSL318.95º30.16%49.41%-
HSV(B)318.95º46.34%64.31%-
XYZ23.5316.7726.81-
YUV116.65141.18161.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=41.84%
G=22.45%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648814000.460.150.36318.9530.1649.41
HexA4588C02EF2413f1e31
Octal24413021405617444773661
Binary101001001011000100011000101110111110010010011111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4588C; }

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

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

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

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

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

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

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

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