#A7578E

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

Shades of Strikemaster #A7578E

Tints of Strikemaster #A7578E

Color information

#A7578E (or 0xA7578E) is unknown color: approx Strikemaster. HEX triplet: A7, 57 and 8E. RGB value is (167,87,142). Sum of RGB (Red+Green+Blue) = 167+87+142=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A7578E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7578E is #58A871. Grayscale: #757575. Windows color (decimal): -5810290 or 9328551. OLE color: 9328551.

HSL color Cylindrical-coordinate representation of color #A7578E: hue angle of 318.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7578E is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16787142-
CMYK00.480.150.35
HSL318.75º31.5%49.8%-
HSV(B)318.75º47.9%65.49%-
XYZ24.2316.9827.59-
YUV117.19142163.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.17%
GREEN value IS 87 (34.38% from 255) = 21.97%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=42.17%
G=21.97%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678714200.480.150.35318.7531.549.8
HexA7578E030F2313f1f32
Octal24712721606017434773762
Binary101001111010111100011100110000111110001110011111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7578E; }

 p { color: rgb(167,87,142); }

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

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

 a { background-color: rgb(167,87,142); }

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

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

 span { border-color: rgb(167,87,142); }

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