#A0578A

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

Shades of Strikemaster #A0578A

Tints of Strikemaster #A0578A

Color information

#A0578A (or 0xA0578A) is unknown color: approx Strikemaster. HEX triplet: A0, 57 and 8A. RGB value is (160,87,138). Sum of RGB (Red+Green+Blue) = 160+87+138=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0578A is #5FA875. Grayscale: #727272. Windows color (decimal): -6269046 or 9066400. OLE color: 9066400.

HSL color Cylindrical-coordinate representation of color #A0578A: hue angle of 318.08º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0578A is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16087138-
CMYK00.460.140.37
HSL318.08º29.55%48.43%-
HSV(B)318.08º45.63%62.75%-
XYZ22.4916.1225.97-
YUV114.64141.18160.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=41.56%
G=22.60%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608713800.460.140.37318.0829.5548.43
HexA0578A02EE2513e1e30
Octal24012721205616454763660
Binary101000001010111100010100101110111010010110011111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0578A; }

 p { color: rgb(160,87,138); }

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

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

 a { background-color: rgb(160,87,138); }

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

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

 span { border-color: rgb(160,87,138); }

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