#A7558B

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

Shades of Strikemaster #A7558B

Tints of Strikemaster #A7558B

Color information

#A7558B (or 0xA7558B) is unknown color: approx Strikemaster. HEX triplet: A7, 55 and 8B. RGB value is (167,85,139). Sum of RGB (Red+Green+Blue) = 167+85+139=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7558B is #58AA74. Grayscale: #737373. Windows color (decimal): -5810805 or 9131431. OLE color: 9131431.

HSL color Cylindrical-coordinate representation of color #A7558B: hue angle of 320.49º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7558B is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16785139-
CMYK00.490.170.35
HSL320.49º32.54%49.41%-
HSV(B)320.49º49.1%65.49%-
XYZ23.8516.5826.37-
YUV115.67141.17164.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=42.71%
G=21.74%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678513900.490.170.35320.4932.5449.41
HexA7558B03111231402131
Octal24712521306121435004161
Binary10100111101010110001011011000110001100011101000000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7558B; }

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

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

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

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

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

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

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

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