#A0557E

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

Shades of Strikemaster #A0557E

Tints of Strikemaster #A0557E

Color information

#A0557E (or 0xA0557E) is unknown color: approx Strikemaster. HEX triplet: A0, 55 and 7E. RGB value is (160,85,126). Sum of RGB (Red+Green+Blue) = 160+85+126=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0557E is #5FAA81. Grayscale: #707070. Windows color (decimal): -6269570 or 8279456. OLE color: 8279456.

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

Color convert

RGB16085126-
CMYK00.470.210.37
HSL327.2º30.61%48.04%-
HSV(B)327.2º46.88%62.75%-
XYZ21.5115.4821.59-
YUV112.1135.85162.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=43.13%
G=22.91%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608512600.470.210.37327.230.6148.04
HexA0557E02F15251471f30
Octal24012517605725455073760
Binary101000001010101111111001011111010110010110100011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0557E; }

 p { color: rgb(160,85,126); }

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

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

 a { background-color: rgb(160,85,126); }

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

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

 span { border-color: rgb(160,85,126); }

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