#A7578D

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

Shades of Strikemaster #A7578D

Tints of Strikemaster #A7578D

Color information

#A7578D (or 0xA7578D) is unknown color: approx Strikemaster. HEX triplet: A7, 57 and 8D. RGB value is (167,87,141). Sum of RGB (Red+Green+Blue) = 167+87+141=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A7578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7578D is #58A872. Grayscale: #747474. Windows color (decimal): -5810291 or 9263015. OLE color: 9263015.

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

Color convert

RGB16787141-
CMYK00.480.160.35
HSL319.5º31.5%49.8%-
HSV(B)319.5º47.9%65.49%-
XYZ24.1516.9527.2-
YUV117.08141.5163.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 87 (34.38% from 255) = 22.03%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=42.28%
G=22.03%
B=35.70%

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
Decimal1678714100.480.160.35319.531.549.8
HexA7578D03010231401f32
Octal24712721506020435003762
Binary1010011110101111000110101100001000010001110100000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7578D; }

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

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

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

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

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

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

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

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