#A5578E

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

Shades of Strikemaster #A5578E

Tints of Strikemaster #A5578E

Color information

#A5578E (or 0xA5578E) is unknown color: approx Strikemaster. HEX triplet: A5, 57 and 8E. RGB value is (165,87,142). Sum of RGB (Red+Green+Blue) = 165+87+142=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5578E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5578E is #5AA871. Grayscale: #747474. Windows color (decimal): -5941362 or 9328549. OLE color: 9328549.

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

Color convert

RGB16587142-
CMYK00.470.140.35
HSL317.69º30.95%49.41%-
HSV(B)317.69º47.27%64.71%-
XYZ23.8116.7727.57-
YUV116.59142.34162.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=41.88%
G=22.08%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658714200.470.140.35317.6930.9549.41
HexA5578E02FE2313e1f31
Octal24512721605716434763761
Binary101001011010111100011100101111111010001110011111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5578E; }

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

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

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

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

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

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

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

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