#a7578c

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

Shades of Strikemaster #A7578C

Tints of Strikemaster #A7578C

Color information

#A7578C (or 0xA7578C) is unknown color: approx Strikemaster. HEX triplet: A7, 57 and 8C. RGB value is (167,87,140). Sum of RGB (Red+Green+Blue) = 167+87+140=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A7578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7578C is #58A873. Grayscale: #747474. Windows color (decimal): -5810292 or 9197479. OLE color: 9197479.

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

Color convert

RGB16787140-
CMYK00.480.160.35
HSL320.25º31.5%49.8%-
HSV(B)320.25º47.9%65.49%-
XYZ24.0816.9326.81-
YUV116.96141163.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=42.39%
G=22.08%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678714000.480.160.35320.2531.549.8
HexA7578C03010231401f32
Octal24712721406020435003762
Binary1010011110101111000110001100001000010001110100000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7578c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7578c; }

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

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

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

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

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

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

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

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