#A5578C

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

Shades of Strikemaster #A5578C

Tints of Strikemaster #A5578C

Color information

#A5578C (or 0xA5578C) is unknown color: approx Strikemaster. HEX triplet: A5, 57 and 8C. RGB value is (165,87,140). Sum of RGB (Red+Green+Blue) = 165+87+140=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5578C is #5AA873. Grayscale: #747474. Windows color (decimal): -5941364 or 9197477. OLE color: 9197477.

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

Color convert

RGB16587140-
CMYK00.470.150.35
HSL319.23º30.95%49.41%-
HSV(B)319.23º47.27%64.71%-
XYZ23.6616.7126.79-
YUV116.36141.34162.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 87 (34.38% from 255) = 22.19%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=42.09%
G=22.19%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658714000.470.150.35319.2330.9549.41
HexA5578C02FF2313f1f31
Octal24512721405717434773761
Binary101001011010111100011000101111111110001110011111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5578C; }

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

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

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

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

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

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

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

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