#A7558D

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

Shades of Strikemaster #A7558D

Tints of Strikemaster #A7558D

Color information

#A7558D (or 0xA7558D) is unknown color: approx Strikemaster. HEX triplet: A7, 55 and 8D. RGB value is (167,85,141). Sum of RGB (Red+Green+Blue) = 167+85+141=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7558D is #58AA72. Grayscale: #737373. Windows color (decimal): -5810803 or 9262503. OLE color: 9262503.

HSL color Cylindrical-coordinate representation of color #A7558D: hue angle of 319.02º 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 #A7558D is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16785141-
CMYK00.490.160.35
HSL319.02º32.54%49.41%-
HSV(B)319.02º49.1%65.49%-
XYZ23.9916.6427.15-
YUV115.9142.17164.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 85 (33.59% from 255) = 21.63%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=42.49%
G=21.63%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678514100.490.160.35319.0232.5449.41
HexA7558D031102313f2131
Octal24712521506120434774161
Binary10100111101010110001101011000110000100011100111111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7558D; }

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

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

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

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

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

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

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

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