#A4558B

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

Shades of Strikemaster #A4558B

Tints of Strikemaster #A4558B

Color information

#A4558B (or 0xA4558B) is unknown color: approx Strikemaster. HEX triplet: A4, 55 and 8B. RGB value is (164,85,139). Sum of RGB (Red+Green+Blue) = 164+85+139=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4558B is #5BAA74. Grayscale: #727272. Windows color (decimal): -6007413 or 9131428. OLE color: 9131428.

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

Color convert

RGB16485139-
CMYK00.480.150.36
HSL318.99º31.73%48.82%-
HSV(B)318.99º48.17%64.31%-
XYZ23.2216.2526.34-
YUV114.78141.67163.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=42.27%
G=21.91%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648513900.480.150.36318.9931.7348.82
HexA4558B030F2413f2031
Octal24412521306017444774061
Binary1010010010101011000101101100001111100100100111111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4558B; }

 p { color: rgb(164,85,139); }

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

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

 a { background-color: rgb(164,85,139); }

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

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

 span { border-color: rgb(164,85,139); }

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